#include <IrrColor.h>
Public Member Functions | |
| IrrColor () | |
| IrrColor (irr::u32 alpha) | |
| ~IrrColor () | |
| int | getAlpha () |
| void | setAlpha (int alpha) |
| irr::video::SColor | returnColor (irr::core::stringw color) |
Public Attributes | |
| irr::video::SColor | RED |
| irr::video::SColor | ORANGE |
| irr::video::SColor | YELLOW |
| irr::video::SColor | GREEN |
| irr::video::SColor | BLUE |
| irr::video::SColor | DARK_GREEN |
| irr::video::SColor | PINK |
| irr::video::SColor | GREY |
| irr::video::SColor | GRAY |
| irr::video::SColor | WHITE |
| irr::video::SColor | BLACK |
Private Member Functions | |
| void | Init () |
Private Attributes | |
| irr::u32 | alpha |
Definition at line 20 of file IrrColor.h.
| IrrColor::IrrColor | ( | ) |
| IrrColor::IrrColor | ( | irr::u32 | alpha | ) |
| IrrColor::~IrrColor | ( | ) |
Definition at line 56 of file IrrColor.cpp.
| void IrrColor::Init | ( | ) | [private] |
Definition at line 28 of file IrrColor.cpp.
References alpha, BLACK, BLUE, DARK_GREEN, GRAY, GREEN, GREY, ORANGE, PINK, RED, WHITE, and YELLOW.
Referenced by IrrColor().
| int IrrColor::getAlpha | ( | ) |
| void IrrColor::setAlpha | ( | int | alpha | ) |
Definition at line 83 of file IrrColor.cpp.
| irr::video::SColor IrrColor::returnColor | ( | irr::core::stringw | color | ) |
irr::u32 IrrColor::alpha [private] |
| irr::video::SColor IrrColor::RED |
| irr::video::SColor IrrColor::ORANGE |
| irr::video::SColor IrrColor::YELLOW |
| irr::video::SColor IrrColor::GREEN |
| irr::video::SColor IrrColor::BLUE |
| irr::video::SColor IrrColor::DARK_GREEN |
| irr::video::SColor IrrColor::PINK |
| irr::video::SColor IrrColor::GREY |
| irr::video::SColor IrrColor::GRAY |
| irr::video::SColor IrrColor::WHITE |
| irr::video::SColor IrrColor::BLACK |
1.5.4