C# Class Pinta.ImageManipulation.UnaryPixelOperations.SetAlphaChannelTo255Op

Specialization of SetAlphaChannel that always sets alpha to 255.
Inheritance: UnaryPixelOp
Afficher le fichier Open project: PintaProject/Pinta.ImageManipulation

Méthodes publiques

Méthode Description
Apply ( ColorBgra color ) : ColorBgra
Apply ( ColorBgra src, ColorBgra dst, int length ) : void
Apply ( ColorBgra ptr, int length ) : void

Method Details

Apply() public méthode

public Apply ( ColorBgra color ) : ColorBgra
color ColorBgra
Résultat ColorBgra

Apply() public méthode

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

Apply() public méthode

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