|
libtcod
|
This is the complete list of members for TCODColor, including all inherited members.
| b (defined in TCODColor) | TCODColor | |
| g (defined in TCODColor) | TCODColor | |
| genMap(TCODColor *map, int nbKey, TCODColor const *keyColor, int const *keyIndex) | TCODColor | static |
| genMap(const KeyColors &key_colors, const KeyIndexes &key_indexes) -> std::array< tcod::ColorRGB, OutSize > | TCODColor | inlinestatic |
| getHSV(float *h, float *s, float *v) const noexcept | TCODColor | |
| getHue() noexcept | TCODColor | |
| getSaturation() noexcept (defined in TCODColor) | TCODColor | |
| getValue() noexcept (defined in TCODColor) | TCODColor | |
| lerp(const TCODColor &c1, const TCODColor &c2, float coef) noexcept | TCODColor | inlinestatic |
| operator tcod::ColorRGB() const noexcept | TCODColor | inlineexplicit |
| operator tcod::ColorRGBA() const noexcept | TCODColor | inlineexplicit |
| operator TCOD_ColorRGB() const noexcept | TCODColor | inlineexplicit |
| operator TCOD_ColorRGBA() const noexcept | TCODColor | inlineexplicit |
| operator!=(const TCODColor &c) const noexcept (defined in TCODColor) | TCODColor | inline |
| operator*(const TCODColor &rhs) const noexcept | TCODColor | inline |
| operator*(float value) const noexcept | TCODColor | inline |
| operator* (defined in TCODColor) | TCODColor | friend |
| operator+(const TCODColor &rhs) const noexcept | TCODColor | inline |
| operator-(const TCODColor &rhs) const noexcept | TCODColor | inline |
| operator==(const TCODColor &c) const noexcept | TCODColor | inline |
| r (defined in TCODColor) | TCODColor | |
| scaleHSV(float sscale, float vscale) noexcept | TCODColor | |
| setHSV(float h, float s, float v) noexcept | TCODColor | |
| setHue(float h) noexcept | TCODColor | |
| setSaturation(float s) noexcept (defined in TCODColor) | TCODColor | |
| setValue(float v) noexcept (defined in TCODColor) | TCODColor | |
| shiftHue(float hshift) noexcept | TCODColor | |
| TCODColor() noexcept=default (defined in TCODColor) | TCODColor | |
| TCODColor(uint8_t r_, uint8_t g_, uint8_t b_) noexcept | TCODColor | inline |
| TCODColor(int r_, int g_, int b_) noexcept (defined in TCODColor) | TCODColor | inline |
| TCODColor(const TCOD_color_t &col) noexcept (defined in TCODColor) | TCODColor | inline |
| TCODColor(float h, float s, float v) noexcept (defined in TCODColor) | TCODColor |