Method Transform
Transform(Color)
Transforms the given input item.
public override Color Transform(Color input)Parameters
- inputColor
- The input to transform. 
Returns
- Color
- The output of the transformation. 
Transforms the given input item.
public override Color Transform(Color input)input ColorThe input to transform.
The output of the transformation.