色の定義クラス
More...
#include <Color.h>
List of all members.
Public Member Functions |
| | Color (float r_, float g_, float b_, float a_=1.0f) |
| | コンストラクタ
|
Public Attributes |
| float | r |
| | 赤 [0.0, 1.0]
|
| float | g |
| | 緑 [0.0, 1.0]
|
| float | b |
| | 青 [0.0, 1.0]
|
| float | a |
| | アルファ値 [0.0, 1.0]
|
Detailed Description
色の定義クラス
Definition at line 18 of file Color.h.
Constructor & Destructor Documentation
| qrk::Color::Color |
( |
float |
r_, |
|
|
float |
g_, |
|
|
float |
b_, |
|
|
float |
a_ = 1.0f |
|
) |
| [inline] |
コンストラクタ
- Parameters:
-
| [in] | r_ | 赤 [0.0, 1.0] |
| [in] | g_ | 緑 [0.0, 1.0] |
| [in] | b_ | 青 [0.0, 1.0] |
| [in] | a_ | α値 [0.0, 1.0] |
Definition at line 39 of file Color.h.
Member Data Documentation
赤 [0.0, 1.0]
Definition at line 20 of file Color.h.
緑 [0.0, 1.0]
Definition at line 21 of file Color.h.
青 [0.0, 1.0]
Definition at line 22 of file Color.h.
アルファ値 [0.0, 1.0]
Definition at line 23 of file Color.h.
The documentation for this class was generated from the following file: