C# Class Pinta.ImageManipulation.UnaryPixelOperations.InvertOp

Inverts a pixel's color, and passes through the alpha component.
Inheritance: UnaryPixelOp
ファイルを表示 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