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
파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation

보호된 프로퍼티들

프로퍼티 타입 설명
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[]