19struct ORCUS_SPM_DLLPUBLIC color_t
27 color_t(color_elem_t _red, color_elem_t _green, color_elem_t _blue);
28 color_t(color_elem_t _alpha, color_elem_t _red, color_elem_t _green, color_elem_t _blue);
32 bool operator==(
const color_t& other)
const;
33 bool operator!=(
const color_t& other)
const;