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

Inheritance: UserBlendOp
Afficher le fichier Open project: PintaProject/Pinta.ImageManipulation

Méthodes publiques

Méthode 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

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 lhs, ColorBgra rhs, ColorBgra dst, int length ) : void
lhs ColorBgra
rhs ColorBgra
dst ColorBgra
length int
Résultat void

Apply() public méthode

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