Exemplo n.º 1
0
 static function hexDarker($hex, $rate)
 {
     $rgb = Toolkit::hex2rgb($hex);
     return Toolkit::rgb2hex(Toolkit::rgbDarker($rgb, $rate));
 }