C# Class Pinta.ImageManipulation.UnaryPixelOperations.InvertOp

Inverts a pixel's color, and passes through the alpha component.
Inheritance: UnaryPixelOp
Afficher le fichier Open project: PintaProject/Pinta.ImageManipulation

Méthodes publiques

Méthode Description
Apply ( ColorBgra color ) : ColorBgra

Method Details

Apply() public méthode

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