ckb-next
v0.2.8 at branch master
ckb-next driver for corsair devices
|
#include <cmath>
#include <QDateTime>
#include <QMetaEnum>
#include <QDebug>
#include "ckbsettings.h"
#include "kbanim.h"
Go to the source code of this file.
Typedefs | |
typedef float(* | blendFunc )(float, float) |
Functions | |
static float | blendNormal (float bg, float fg) |
static float | blendAdd (float bg, float fg) |
static float | blendSubtract (float bg, float fg) |
static float | blendMultiply (float bg, float fg) |
static float | blendDivide (float bg, float fg) |
Variables | |
static blendFunc | functions [5] = { blendNormal, blendAdd, blendSubtract, blendMultiply, blendDivide } |
typedef float(* blendFunc)(float, float) |
Definition at line 362 of file kbanim.cpp.
|
static |
Definition at line 337 of file kbanim.cpp.
|
static |
Definition at line 355 of file kbanim.cpp.
|
static |
Definition at line 351 of file kbanim.cpp.
|
static |
Definition at line 333 of file kbanim.cpp.
|
static |
Definition at line 344 of file kbanim.cpp.
|
static |
Definition at line 363 of file kbanim.cpp.
Referenced by KbAnim::blend().