Searched defs:blue (Results 1 – 2 of 2) sorted by relevance
193 constexpr ColourDesired(unsigned int red, unsigned int green, unsigned int blue) noexcept : in ColourDesired()236 constexpr ColourAlpha(unsigned int red, unsigned int green, unsigned int blue) noexcept : in ColourAlpha()240 …constexpr ColourAlpha(unsigned int red, unsigned int green, unsigned int blue, unsigned int alpha)… in ColourAlpha()263 const unsigned int blue = (GetBlue() + other.GetBlue()) / 2; in MixedWith() local
36 int blue; // [0,255] member