|
static void | ToRgb (ref float h, ref float s, ref float y) |
| Gets RGB from HSY. Outputs right over the inputs. More...
|
|
static void | ToHsy (ref float r, ref float g, ref float b) |
| Gets hsy from RGB. Outputted directly over the inputs. More...
|
|
static void | ToHueLum (ref float r, ref float g, float b) |
| Gets hue and luminosity from RGB. Outputted directly over the inputs. 0-1. More...
|
|
static void | ToHueSat (ref float r, ref float g, float b) |
| Gets hue and saturation from RGB. Outputted directly over the inputs. 0-1. More...
|
|
static void | ToSatLum (ref float r, ref float g, float b) |
| Gets hue and saturation from RGB. Outputted directly over the inputs. 0-1. More...
|
|
static float | Hue (float r, float g, float b) |
| Gets hue and luminosity from RGB. Outputted directly over the inputs. 0-1. More...
|
|
static float | Saturation (float r, float g, float b) |
| Gets hue and saturation from RGB. Outputted directly over the inputs. 0-1. More...
|
|
static float | Luminance (float r, float g, float b) |
| Computes the Y luminance for the given RGB colour. More...
|
|