C# Class 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.
Inheritance: BinaryPixelOp
Exibir arquivo Open project: PintaProject/Pinta.ImageManipulation

Protected Properties

Property Type Description
masTable uint[]

Public Methods

Method Description
CreateWithOpacity ( int opacity ) : UserBlendOp
ToString ( ) : string

Method Details

CreateWithOpacity() public method

public CreateWithOpacity ( int opacity ) : UserBlendOp
opacity int
return UserBlendOp

ToString() public method

public ToString ( ) : string
return string

Property Details

masTable protected_oe static_oe property

protected static uint[] masTable
return uint[]