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