예제 #1
0
파일: functions.php 프로젝트: talesoft/phim
function color_get_color_hue_range($color)
{
    return Color::getColorHueRange(color_get($color));
}