C# Class 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/
Afficher le fichier Open project: xxgreg/Pinta Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
UserBlendOps ( ) : System

Method Details

CreateBlendOp() public static méthode

public static CreateBlendOp ( Type opType ) : Pinta.Core.UserBlendOp
opType System.Type
Résultat Pinta.Core.UserBlendOp

CreateDefaultBlendOp() public static méthode

public static CreateDefaultBlendOp ( ) : Pinta.Core.UserBlendOp
Résultat Pinta.Core.UserBlendOp

GetBlendOpFriendlyName() public static méthode

public static GetBlendOpFriendlyName ( Type opType ) : string
opType System.Type
Résultat string

GetBlendOps() public static méthode

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[]
Résultat System.Type[]

GetDefaultBlendOp() public static méthode

public static GetDefaultBlendOp ( ) : Type
Résultat System.Type