C# Class Pinta.ImageManipulation.PixelBlendOperations.AdditiveBlendOp.AdditiveBlendOpWithOpacity

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

Public Methods

Method Description
AdditiveBlendOpWithOpacity ( int opacity ) : System
Apply ( ColorBgra lhs, ColorBgra rhs ) : ColorBgra
Apply ( ColorBgra lhs, ColorBgra rhs, ColorBgra dst, int length ) : void
Apply ( ColorBgra src, ColorBgra dst, int length ) : void

Private Methods

Method Description
ApplyOpacity ( byte a ) : byte

Method Details

AdditiveBlendOpWithOpacity() public method

public AdditiveBlendOpWithOpacity ( int opacity ) : System
opacity int
return System

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