Craft\ImagerVariable::rgb2hex PHP Method

rgb2hex() public method

Converts a rgb color value to hex
public rgb2hex ( array $color ) : string
$color array
return string
    public function rgb2hex($color)
    {
        return Imager_ColorService::rgb2hex($color);
    }