コード例 #1
0
ファイル: functions.php プロジェクト: talesoft/phim
function color_get_name($color)
{
    return Color::getName(color_get($color));
}