C# Class Pinta.Core.UserBlendOps.AdditiveBlendOp.AdditiveBlendOpWithOpacity

Inheritance: Pinta.Core.UserBlendOp
Afficher le fichier Open project: xxgreg/Pinta

Méthodes publiques

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

Private Methods

Méthode Description
ApplyOpacity ( byte a ) : byte

Method Details

AdditiveBlendOpWithOpacity() public méthode

public AdditiveBlendOpWithOpacity ( int opacity ) : System
opacity int
Résultat System

Apply() public méthode

public Apply ( ColorBgra lhs, ColorBgra rhs ) : ColorBgra
lhs ColorBgra
rhs ColorBgra
Résultat ColorBgra

Apply() public méthode

public Apply ( ColorBgra dst, ColorBgra lhs, ColorBgra rhs, int length ) : void
dst ColorBgra
lhs ColorBgra
rhs ColorBgra
length int
Résultat void

Apply() public méthode

public Apply ( ColorBgra dst, ColorBgra src, int length ) : void
dst ColorBgra
src ColorBgra
length int
Résultat void