This is the complete list of members for RgbTransform, including all inherited members.
getBacklightColored() const | RgbTransform | |
getBackLightEnabled() const | RgbTransform | |
getBacklightThreshold() const | RgbTransform | |
getBrightness() const | RgbTransform | |
getBrightnessCompensation() const | RgbTransform | |
getBrightnessComponents(uint8_t &rgb, uint8_t &cmy, uint8_t &w) | RgbTransform | |
getGammaB() const | RgbTransform | |
getGammaG() const | RgbTransform | |
getGammaR() const | RgbTransform | |
RgbTransform() | RgbTransform | |
RgbTransform(double gammaR, double gammaG, double gammaB, double backlightThreshold, bool backlightColored, uint8_t brightness, uint8_t brightnessCompensation) | RgbTransform | |
setBacklightColored(bool backlightColored) | RgbTransform | |
setBackLightEnabled(bool enable) | RgbTransform | |
setBacklightThreshold(int backlightThreshold) | RgbTransform | |
setBrightness(uint8_t brightness) | RgbTransform | |
setBrightnessCompensation(uint8_t brightnessCompensation) | RgbTransform | |
setGamma(double gammaR, double gammaG=-1, double gammaB=-1) | RgbTransform | |
transform(uint8_t &red, uint8_t &green, uint8_t &blue) | RgbTransform | |
~RgbTransform() | RgbTransform | |