| SrgbToLinear(Byte) | Converts a byte value representing an sRGB color component to a floating-point value between 0 and 1 representing an RGB color component in the linear color space. |
| SrgbToLinear(Single) | Converts a floating-point value representing an sRGB color component to a value representing an RGB color component in the linear color space. |
| SrgbToLinear(UInt16) | Converts a UInt16 value representing an sRGB color component to a floating-point value between 0 and 1 representing an RGB color component in the linear color space. |