Home
last modified time | relevance | path

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

/plugin/highlightjs/highlight/styles/
H A Dir_black.css61 .hexcolor {
H A Didea.css31 .tag .title, .id, .attr_selector, .pseudo, .literal, .keyword, .hexcolor, .css .function, .ini .tit…
H A Dgithub.css23 .number, .hexcolor {
H A Dsunburst.css85 .hexcolor, .css .value .number {
/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php314 public function DropShadow(&$gdimg, $distance, $width, $hexcolor, $angle, $alpha) { argument
320 $hexcolor = ($hexcolor ? $hexcolor : '000000');
366 …$thisColor = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor, false, $PixelMap[$x + $O…
1008 public function SourceTransparentColorMask(&$gdimg, $hexcolor, $min_limit=5, $max_limit=10) { argument
1012 $R = hexdec(substr($hexcolor, 0, 2));
1013 $G = hexdec(substr($hexcolor, 2, 2));
1014 $B = hexdec(substr($hexcolor, 4, 2));
H A Dphpthumb.functions.php262 public static function HexColorXOR($hexcolor) { argument
263 return strtoupper(str_pad(dechex(~hexdec($hexcolor) & 0xFFFFFF), 6, '0', STR_PAD_LEFT));
H A Dphpthumb.class.php3238 @list($hexcolor, $min_limit, $max_limit) = explode('|', $parameter, 3);
3239 if (!phpthumb_functions::IsHexColor($hexcolor)) {
3240 …$this->DebugMessage('Skipping SourceTransparentColor hex color is invalid ('.$hexcolor.')', __FILE…
3245 …if ($gdimg_mask = $phpthumbFilters->SourceTransparentColorMask($this->gdimg_output, $hexcolor, $mi…
3250 …$this->DebugMessage('SourceTransparentColorMask() failed for "'.$hexcolor.','.$min_limit.','.$max_…
/plugin/highlightjs/highlight/
H A Dreadme.rus.txt194 hexcolor шестнадцатеричный цвет (#FFFFFF) внутри значения
H A Dreadme.eng.txt189 hexcolor hex color (#FFFFFF) within a value