C# Класс Pinta.ImageManipulation.UserBlendOp

Abstract base class that all "user" blend ops derive from. These ops are available in the UI for a user to choose from in order to configure the blending properties of a Layer.
Наследование: BinaryPixelOp
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
masTable uint[]

Открытые методы

Метод Описание
CreateWithOpacity ( int opacity ) : UserBlendOp
ToString ( ) : string

Описание методов

CreateWithOpacity() публичный Метод

public CreateWithOpacity ( int opacity ) : UserBlendOp
opacity int
Результат UserBlendOp

ToString() публичный Метод

public ToString ( ) : string
Результат string

Описание свойств

masTable защищенное статическое свойство

protected static uint[] masTable
Результат uint[]