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/
파일 보기 프로젝트 열기: xxgreg/Pinta 1 사용 예제들

공개 메소드들

메소드 설명
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