| ToByte(Single) | Converts a floating-point value ranging from 0 to 1 to a byte without changing the color space. Out-of-range values are allowed in which case the result will be clipped to Byte.MinValue or Byte.MaxValue. |
| ToByte(UInt16) | Converts a 16-bit color channel value to an 8-bit value representing the same intensity without changing the color space. |