Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.bmp.php692 public function IntColor2RGB($color) { function in phpthumb_bmp
713 list($r, $g, $b) = $this->IntColor2RGB($color);
737 list($red, $green, $blue) = $this->IntColor2RGB($color);