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