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