C# Класс Pinta.Core.UserBlendOps

This class contains all the render ops that can be used by the user to configure a layer's blending mode. It also contains helper functions to aid in enumerating and using these blend ops. Credit for mathematical descriptions of many of the blend modes goes to a page on Pegtop Software's website called, "Blend Modes" http://www.pegtop.net/delphi/articles/blendmodes/
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateBlendOp ( Type opType ) : Pinta.Core.UserBlendOp
CreateDefaultBlendOp ( ) : Pinta.Core.UserBlendOp
GetBlendOpFriendlyName ( Type opType ) : string
GetBlendOps ( ) : System.Type[]

Returns an array of Type objects that lists all of the pixel ops contained within this class. You can then use Utility.GetStaticName to retrieve the value of the StaticName property.

GetDefaultBlendOp ( ) : Type

Приватные методы

Метод Описание
UserBlendOps ( ) : System

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

CreateBlendOp() публичный статический Метод

public static CreateBlendOp ( Type opType ) : Pinta.Core.UserBlendOp
opType System.Type
Результат Pinta.Core.UserBlendOp

CreateDefaultBlendOp() публичный статический Метод

public static CreateDefaultBlendOp ( ) : Pinta.Core.UserBlendOp
Результат Pinta.Core.UserBlendOp

GetBlendOpFriendlyName() публичный статический Метод

public static GetBlendOpFriendlyName ( Type opType ) : string
opType System.Type
Результат string

GetBlendOps() публичный статический Метод

Returns an array of Type objects that lists all of the pixel ops contained within this class. You can then use Utility.GetStaticName to retrieve the value of the StaticName property.
public static GetBlendOps ( ) : System.Type[]
Результат System.Type[]

GetDefaultBlendOp() публичный статический Метод

public static GetDefaultBlendOp ( ) : Type
Результат System.Type