C# Class NewTOAPIA.Graphics.Imaging.NOT

Operator 'NOT' is a logical operator for pixels. it will basically flip bits around 128 and create what looks like a negative image. The alpha channel is left unchanged.
Inheritance: ITransformColor
Exibir arquivo Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
Transform ( ColorRGBA dst ) : ColorRGBA

Method Details

Transform() public method

public Transform ( ColorRGBA dst ) : ColorRGBA
dst ColorRGBA
return ColorRGBA