The Battle for Wesnoth  1.19.0-dev
color_t Member List

This is the complete list of members for color_t, including all inherited members.

blend_add(const color_t &c) constcolor_tinline
blend_lighten(const color_t &c) constcolor_tinline
color_t()color_tinline
color_t(uint8_t r_val, uint8_t g_val, uint8_t b_val, uint8_t a_val=ALPHA_OPAQUE)color_tinline
color_t(const SDL_Color &c)color_tinline
from_argb_bytes(uint32_t c)color_tinlinestatic
from_hex_string(const std::string &c)color_tstatic
from_rgb_string(const std::string &c)color_tstatic
from_rgba_bytes(uint32_t c)color_tinlinestatic
from_rgba_string(const std::string &c)color_tstatic
inverse() constcolor_tinline
null() constcolor_tinline
null_color()color_tinlinestatic
operator!=(const color_t &c) constcolor_tinline
operator==(const color_t &c) constcolor_tinline
smooth_blend(const color_t &c, uint8_t p) constcolor_tinline
to_argb_bytes() constcolor_tinline
to_hex_string() constcolor_t
to_rgb_string() constcolor_t
to_rgba_bytes() constcolor_tinline
to_rgba_string() constcolor_t