C# Class Pinta.Core.UserBlendOps.GlowBlendOp

Inheritance: Pinta.Core.UserBlendOp
Show file Open project: xxgreg/Pinta

Public Methods

Method Description
Apply ( ColorBgra lhs, ColorBgra rhs ) : ColorBgra
Apply ( ColorBgra dst, ColorBgra lhs, ColorBgra rhs, int length ) : void
Apply ( ColorBgra dst, ColorBgra src, int length ) : void
ApplyStatic ( ColorBgra lhs, ColorBgra rhs ) : ColorBgra
CreateWithOpacity ( int opacity ) : Pinta.Core.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 dst, ColorBgra lhs, ColorBgra rhs, int length ) : void
dst ColorBgra
lhs ColorBgra
rhs ColorBgra
length int
return void

Apply() public method

public Apply ( ColorBgra dst, ColorBgra src, int length ) : void
dst ColorBgra
src 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 ) : Pinta.Core.UserBlendOp
opacity int
return Pinta.Core.UserBlendOp