Home
last modified time | relevance | path

Searched refs:hex (Results 26 – 27 of 27) sorted by last modified time

12

/template/binkytestinstance/images/
H A Dpagetools-build.php70 function hex2rgb($hex) { argument
72 $hex = str_replace('#', '', $hex);
75 if(strlen($hex) == 3){
76 $hex = substr($hex,0,1).
77 substr($hex,0,1).
78 substr($hex,1,1).
79 substr($hex,1,1).
80 substr($hex,2,1).
81 substr($hex,2,1);
86 'r' => hexdec(substr($hex, 0, 2)),
[all …]
/template/dokufreech/images/
H A Dpagetools-build.php70 function hex2rgb($hex) { argument
72 $hex = str_replace('#', '', $hex);
75 if(strlen($hex) == 3){
76 $hex = substr($hex,0,1).
77 substr($hex,0,1).
78 substr($hex,1,1).
79 substr($hex,1,1).
80 substr($hex,2,1).
81 substr($hex,2,1);
86 'r' => hexdec(substr($hex, 0, 2)),
[all …]

12