All Classes Namespaces Files Functions Variables Enumerations Enumerator
Public Member Functions | Public Attributes
qrk::Color Class Reference

色の定義クラス 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: