ckb-next
v0.2.8 at branch master
ckb-next driver for corsair devices
|
Go to the source code of this file.
Functions | |
static float | sToL (float srgb) |
static float | lToS (float linear) |
QRgb | monoRgb (float r, float g, float b) |
Variables | |
static int | _shareDimming = -1 |
static QSet< KbLight * > | activeLights |
|
static |
Definition at line 277 of file kblight.cpp.
Referenced by KbLight::frameUpdate(), and monoRgb().
QRgb monoRgb | ( | float | r, |
float | g, | ||
float | b | ||
) |
Definition at line 284 of file kblight.cpp.
References lToS(), and sToL().
Referenced by KbLight::base(), KbLight::frameUpdate(), and KeyWidget::paintEvent().
|
static |
Definition at line 270 of file kblight.cpp.
Referenced by KbLight::frameUpdate(), and monoRgb().
|
static |
Definition at line 7 of file kblight.cpp.
Referenced by KbLight::dimming(), KbLight::open(), and KbLight::shareDimming().
|
static |
Definition at line 8 of file kblight.cpp.
Referenced by KbLight::close(), KbLight::open(), KbLight::shareDimming(), and KbLight::~KbLight().