Description:
Syntax:
Parameters:
- rgb
- Type: System.Drawing.Color
- ARGB color to mimic.
Remarks:
Exact conversions between color spaces are often not possible.
Description:
Parameters:
- alpha
- Type: double
- Alpha channel value. Channel will be limited to 0~1.
- hue
- Type: double
- Hue channel value. Hue channels rotate between 0.0 and 1.0.
- saturation
- Type: double
- Saturation channel value. Channel will be limited to 0~1.
- luminance
- Type: double
- Luminance channel value. Channel will be limited to 0~1.
Description: