C# Class Pinta.ImageManipulation.UnaryPixelOperations.InvertWithAlphaOp

Inverts a pixel's color and its alpha component.
Inheritance: UnaryPixelOp
Datei anzeigen Open project: PintaProject/Pinta.ImageManipulation

Public Methods

Method Description
Apply ( ColorBgra color ) : ColorBgra

Method Details

Apply() public method

public Apply ( ColorBgra color ) : ColorBgra
color ColorBgra
return ColorBgra