omni::drawing::color
NAME

omni::drawing::color

A class of omni::drawing

#include <omni/drawing/color.hpp>

MEMBERS

omni::drawing::color::color()
omni::drawing::color::~color()
BitDepth omni::drawing::color::a()
float omni::drawing::color::alpha()
BitDepth omni::drawing::color::b()
uint32_t omni::drawing::color::bit_size()
static uint32_t omni::drawing::color::bits()
static float omni::drawing::color::brightness(BitDepth red, BitDepth green, BitDepth blue)
bool omni::drawing::color::calculate_alpha()
BitDepth omni::drawing::color::decrease_a(BitDepth val)
BitDepth omni::drawing::color::decrease_b(BitDepth val)
BitDepth omni::drawing::color::decrease_g(BitDepth val)
BitDepth omni::drawing::color::decrease_r(BitDepth val)
BitDepth omni::drawing::color::decrement_a()
BitDepth omni::drawing::color::decrement_b()
BitDepth omni::drawing::color::decrement_g()
BitDepth omni::drawing::color::decrement_r()
bool omni::drawing::color::empty()
bool omni::drawing::color::equals(BitDepth r, BitDepth g, BitDepth b)
static color<BitDepth, RgbType, BitSize> omni::drawing::color::from_argb(RgbType argb)
static color<BitDepth, RgbType, BitSize> omni::drawing::color::from_hsl(float hue, float saturation, float lightness)
static color<BitDepth, RgbType, BitSize> omni::drawing::color::from_rgb(RgbType rgb)
static color<BitDepth, RgbType, BitSize> omni::drawing::color::from_rgba(RgbType rgba)
BitDepth omni::drawing::color::g()
uint64_t omni::drawing::color::hash()
static RgbType omni::drawing::color::hsl_to_rgb(float hue, float saturation, float luminance)
static float omni::drawing::color::hue(BitDepth red, BitDepth green, BitDepth blue)
BitDepth omni::drawing::color::increase_a(BitDepth val)
BitDepth omni::drawing::color::increase_b(BitDepth val)
BitDepth omni::drawing::color::increase_g(BitDepth val)
BitDepth omni::drawing::color::increase_r(BitDepth val)
BitDepth omni::drawing::color::increment_a()
BitDepth omni::drawing::color::increment_b()
BitDepth omni::drawing::color::increment_g()
BitDepth omni::drawing::color::increment_r()
BitDepth omni::drawing::color::r()
static float omni::drawing::color::saturation(BitDepth red, BitDepth green, BitDepth blue)
void omni::drawing::color::set_alpha(float alpha)
void omni::drawing::color::set_argb(RgbType argb)
void omni::drawing::color::set_calculate_alpha(bool calc)
void omni::drawing::color::set_rgb(BitDepth r, BitDepth g, BitDepth b)
void omni::drawing::color::set_rgba(BitDepth r, BitDepth g, BitDepth b, BitDepth a)
RgbType omni::drawing::color::to_argb()
RgbType omni::drawing::color::to_rgb()
RgbType omni::drawing::color::to_rgba()
const std::string omni::drawing::color::to_string()
omni::string_t omni::drawing::color::to_string_t()
const std::wstring omni::drawing::color::to_wstring()
uint64_t omni::drawing::color::type()
color<BitDepth, RgbType, BitSize> omni::drawing::color::operator-(const color<BitDepth RgbType BitSize>& val)
omni::drawing::color::operator std::string()
omni::drawing::color::operator std::wstring()
bool omni::drawing::color::operator!=(const color<BitDepth RgbType BitSize>& val)
color<BitDepth, RgbType, BitSize> omni::drawing::color::operator+(const color<BitDepth RgbType BitSize>& val)
color<BitDepth, RgbType, BitSize>& omni::drawing::color::operator+=(const color<BitDepth RgbType BitSize>& val)
bool omni::drawing::color::operator<(const color<BitDepth RgbType BitSize>& val)
friend std::ostream& omni::drawing::color::operator<<(std::ostream& s, const omni::drawing::color<BitDepth RgbType BitSize>& c)
color<BitDepth, RgbType, BitSize>& omni::drawing::color::operator=(const color<BitDepth RgbType BitSize>& val)
color<BitDepth, RgbType, BitSize>& omni::drawing::color::operator-=(const color<BitDepth RgbType BitSize>& val)
bool omni::drawing::color::operator==(const color<BitDepth RgbType BitSize>& val)
bool omni::drawing::color::operator>(const color<BitDepth RgbType BitSize>& val)
omni::drawing::color::disposing
omni::drawing::color::name
omni::drawing::color::int_t
omni::drawing::color::rgb_t

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top