Searched defs:g (Results 1 – 5 of 5) sorted by relevance
29 float g = rgb->green / 255.0f; in RGBtoHSL() local203 BYTE g = GetGValue(color); in Desaturate() local
65 uint32_t F = 0, g = 0; in md5Hash() local
62 const unsigned int g = ValueOfHex(val[2]) * 16 + ValueOfHex(val[3]); in ColourFromHex() local
2435 unsigned int g = orig.GetGreen(); in InvertedLight() local
734 constexpr DWORD dwordFromBGRA(byte b, byte g, byte r, byte a) noexcept { in dwordFromBGRA()