libtcod
Loading...
Searching...
No Matches
TCODColor Member List

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)TCODColorstatic
genMap(const KeyColors &key_colors, const KeyIndexes &key_indexes) -> std::array< tcod::ColorRGB, OutSize >TCODColorinlinestatic
getHSV(float *h, float *s, float *v) const noexceptTCODColor
getHue() noexceptTCODColor
getSaturation() noexcept (defined in TCODColor)TCODColor
getValue() noexcept (defined in TCODColor)TCODColor
lerp(const TCODColor &c1, const TCODColor &c2, float coef) noexceptTCODColorinlinestatic
operator tcod::ColorRGB() const noexceptTCODColorinlineexplicit
operator tcod::ColorRGBA() const noexceptTCODColorinlineexplicit
operator TCOD_ColorRGB() const noexceptTCODColorinlineexplicit
operator TCOD_ColorRGBA() const noexceptTCODColorinlineexplicit
operator!=(const TCODColor &c) const noexcept (defined in TCODColor)TCODColorinline
operator*(const TCODColor &rhs) const noexceptTCODColorinline
operator*(float value) const noexceptTCODColorinline
operator* (defined in TCODColor)TCODColorfriend
operator+(const TCODColor &rhs) const noexceptTCODColorinline
operator-(const TCODColor &rhs) const noexceptTCODColorinline
operator==(const TCODColor &c) const noexceptTCODColorinline
r (defined in TCODColor)TCODColor
scaleHSV(float sscale, float vscale) noexceptTCODColor
setHSV(float h, float s, float v) noexceptTCODColor
setHue(float h) noexceptTCODColor
setSaturation(float s) noexcept (defined in TCODColor)TCODColor
setValue(float v) noexcept (defined in TCODColor)TCODColor
shiftHue(float hshift) noexceptTCODColor
TCODColor() noexcept=default (defined in TCODColor)TCODColor
TCODColor(uint8_t r_, uint8_t g_, uint8_t b_) noexceptTCODColorinline
TCODColor(int r_, int g_, int b_) noexcept (defined in TCODColor)TCODColorinline
TCODColor(const TCOD_color_t &col) noexcept (defined in TCODColor)TCODColorinline
TCODColor(float h, float s, float v) noexcept (defined in TCODColor)TCODColor