Public Member Functions | Public Attributes
qrk::Color Class Reference

色の定義クラス More...

#include <Color.h>

List of all members.

Public Member Functions

 Color (void)
 Color (float r_, float g_, float b_, float a_=1.0f)
 コンストラクタ

Public Attributes

float a
 アルファ値 [0.0, 1.0]
float b
 青 [0.0, 1.0]
float g
 緑 [0.0, 1.0]
float r
 赤 [0.0, 1.0]

Detailed Description

色の定義クラス

Definition at line 18 of file Color.h.


Constructor & Destructor Documentation

qrk::Color::Color ( void  ) [inline]

Definition at line 26 of file Color.h.

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 23 of file Color.h.

青 [0.0, 1.0]

Definition at line 22 of file Color.h.

緑 [0.0, 1.0]

Definition at line 21 of file Color.h.

赤 [0.0, 1.0]

Definition at line 20 of file Color.h.


The documentation for this class was generated from the following file:


corobot_teleop
Author(s): Morgan Cormier/Gang Li/mcormier@coroware.com
autogenerated on Tue Jan 7 2014 11:39:41