Color.hpp File Reference
Go to the source code of this file.
Classes | |
class | etk::Color< MY_TYPE, MY_TYPE_SIZE > |
Namespaces | |
etk | |
etk::color | |
Functions | |
etk::Color< uint8_t, 4 > | etk::parseStringStartWithSharp (const std::string &_input) |
etk::Color< uint8_t, 4 > | etk::parseStringStartWithRGBGen (const std::string &_input) |
etk::Color< double, 4 > | etk::parseStringStartWithRGB (const std::string &_input) |
etk::Color< uint32_t, 4 > | etk::parseStringStartWithRGBUnsigned32 (const std::string &_input) |
etk::Color< uint16_t, 4 > | etk::parseStringStartWithRGBUnsigned16 (const std::string &_input) |
etk::Color< uint8_t, 4 > | etk::parseStringStartWithRGBUnsigned8 (const std::string &_input) |
etk::Color< uint8_t, 4 > | etk::parseStringColorNamed (const std::string &_input) |
Detailed Description
- Copyright
- 2011, Edouard DUPIN, all right reserved
- Note
- License: APACHE v2.0 (see license file)