C# Class Pinta.ImageManipulation.UnaryPixelOperations.AverageChannelsOp

Averages the input color's red, green, and blue channels. The alpha component is unaffected.
Inheritance: UnaryPixelOp
Exibir arquivo 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