HexTrait
trait HexTrait
Methods
string
RgbToHex(string $rgb, bool $withAlpha = true)
Converting rgb to hex code
int
strToDec(string $value)
Converting hex code to decimal number
string
decToHex(int $value)
Converting decimal number to hex code string
array
parseHex(string $value)
No description
array
explodeHex(string $value)
No description
Details
at line 18
protected string
RgbToHex(string $rgb, bool $withAlpha = true)
Converting rgb to hex code
at line 50
protected int
strToDec(string $value)
Converting hex code to decimal number
at line 69
protected string
decToHex(int $value)
Converting decimal number to hex code string