Searched refs:hexcolor (Results 1 – 9 of 9) sorted by relevance
/plugin/highlightjs/highlight/styles/ |
H A D | ir_black.css | 61 .hexcolor {
|
H A D | idea.css | 31 .tag .title, .id, .attr_selector, .pseudo, .literal, .keyword, .hexcolor, .css .function, .ini .tit…
|
H A D | github.css | 23 .number, .hexcolor {
|
H A D | sunburst.css | 85 .hexcolor, .css .value .number {
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.filters.php | 314 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 D | phpthumb.functions.php | 262 public static function HexColorXOR($hexcolor) { argument 263 return strtoupper(str_pad(dechex(~hexdec($hexcolor) & 0xFFFFFF), 6, '0', STR_PAD_LEFT));
|
H A D | phpthumb.class.php | 3238 @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 D | readme.rus.txt | 194 hexcolor шестнадцатеричный цвет (#FFFFFF) внутри значения
|
H A D | readme.eng.txt | 189 hexcolor hex color (#FFFFFF) within a value
|