|
arsa
2.7
|
色 More...
#include <Effekseer.h>
Public Member Functions | |
| Color ()=default | |
| コンストラクタ More... | |
| Color (uint8_t r, uint8_t g, uint8_t b, uint8_t a=255) | |
| コンストラクタ More... | |
Static Public Member Functions | |
| static Color | Mul (Color in1, Color in2) |
| 乗算 More... | |
| static Color | Mul (Color in1, float in2) |
| static Color | Lerp (const Color in1, const Color in2, float t) |
| 線形補間 More... | |
Public Attributes | |
| uint8_t | R |
| 赤 More... | |
| uint8_t | G |
| 緑 More... | |
| uint8_t | B |
| 青 More... | |
| uint8_t | A |
| 透明度 More... | |
色
Definition at line 1002 of file Effekseer.h.
|
default |
コンストラクタ
| uint8_t Effekseer::Color::A |
透明度
Definition at line 1022 of file Effekseer.h.
| uint8_t Effekseer::Color::B |
青
Definition at line 1017 of file Effekseer.h.
| uint8_t Effekseer::Color::G |
緑
Definition at line 1012 of file Effekseer.h.
| uint8_t Effekseer::Color::R |
赤
Definition at line 1007 of file Effekseer.h.
1.8.15