Home
last modified time | relevance | path

Searched defs:rgb (Results 1 – 1 of 1) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DColorConvert.cpp24 void CColorConvert::RGBtoHSL(const COLOR_RGB * rgb, COLOR_HSL * hsl) in RGBtoHSL()
78 void CColorConvert::HSLtoRGB(const COLOR_HSL * hsl, COLOR_RGB * rgb) in HSLtoRGB()