色 [詳細]
#include <Effekseer.h>
Public メソッド | |
Color () | |
コンストラクタ | |
Color (uint8_t r, uint8_t g, uint8_t b, uint8_t a=255) | |
コンストラクタ | |
Static Public メソッド | |
static void | Mul (Color &o, const Color &in1, const Color &in2) |
乗算 | |
Public 変数 | |
uint8_t | R |
赤 | |
uint8_t | G |
緑 | |
uint8_t | B |
青 | |
uint8_t | A |
透明度 | |
色