Searched refs:ColorParam (Results 1 – 6 of 6) sorted by relevance
29 union ColorParam { union57 constexpr explicit Color(uint32_t value) : colorValue_(ColorParam { .value = value }) {} in Color()59 : colorValue_(ColorParam { .value = value }), resourceId_(resId) {} in Color()157 constexpr explicit Color(ColorParam colorValue) : colorValue_(colorValue) {} in Color()178 ColorParam colorValue_ { .value = 0xff000000 };
239 ColorParam colorValue { in FromARGB()
149 union ColorParam { union609 inline static ColorParam FromARGB(uint8_t alpha, uint8_t red, uint8_t green, uint8_t blue) in FromARGB()611 ColorParam colorValue { in FromARGB()621 inline static ColorParam FromRGBO(uint8_t red, uint8_t green, uint8_t blue, double opacity) in FromRGBO()626 inline static ColorParam FromRGB(uint8_t red, uint8_t green, uint8_t blue) in FromRGB()
34 union ColorParam { union
47 union ColorParam { union
1967 ColorParam backgroundColor; in SetTransparent()1987 ColorParam backgroundColor; in IsTransparent()