Processors.To255
Extension Method in Processors
Declaration
public static int To255(this float value)Description
Converts a component value in the range [0..1] to an integer in the range [0..255].
Parameters
| value | The value to convert. | 
Returns
| int | The converted value. |