Home
last modified time | relevance | path

Searched refs:setRgbChannels (Results 1 – 1 of 1) sorted by relevance

/plugin/combo/ComboStrap/
H A DColorRgb.php312 ->setRgbChannels([$red, $green, $blue]);
324 ->setRgbChannels([255, 255, 255])
338 ->setRgbChannels([0, 0, 0])
806 function setRgbChannels(array $colorValue): ColorRgb function in ComboStrap\\ColorRgb