C# Class Pinta.ImageManipulation.PixelBlendOperations.ColorDodgeBlendOp

Inheritance: UserBlendOp
Exibir arquivo Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Public Methods

Method Description
Apply ( ColorBgra lhs, ColorBgra rhs ) : ColorBgra
Apply ( ColorBgra lhs, ColorBgra rhs, ColorBgra dst, int length ) : void
Apply ( ColorBgra src, ColorBgra dst, int length ) : void
ApplyStatic ( ColorBgra lhs, ColorBgra rhs ) : ColorBgra
CreateWithOpacity ( int opacity ) : UserBlendOp

Method Details

Apply() public method

public Apply ( ColorBgra lhs, ColorBgra rhs ) : ColorBgra
lhs ColorBgra
rhs ColorBgra
return ColorBgra

Apply() public method

public Apply ( ColorBgra lhs, ColorBgra rhs, ColorBgra dst, int length ) : void
lhs ColorBgra
rhs ColorBgra
dst ColorBgra
length int
return void

Apply() public method

public Apply ( ColorBgra src, ColorBgra dst, int length ) : void
src ColorBgra
dst ColorBgra
length int
return void

ApplyStatic() public static method

public static ApplyStatic ( ColorBgra lhs, ColorBgra rhs ) : ColorBgra
lhs ColorBgra
rhs ColorBgra
return ColorBgra

CreateWithOpacity() public method

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