Home
last modified time | relevance | path

Searched defs:rgb (Results 1 – 25 of 44) sorted by relevance

12

/plugin/asciidocjs/node_modules/color-convert/
Dconversions.js15 rgb: {channels: 3, labels: 'rgb'}, property
55 convert.rgb.hsl = function (rgb) { argument
94 convert.rgb.hsv = function (rgb) { argument
141 convert.rgb.hwb = function (rgb) { argument
153 convert.rgb.cmyk = function (rgb) { argument
177 convert.rgb.keyword = function (rgb) { argument
202 convert.keyword.rgb = function (keyword) { function
206 convert.rgb.xyz = function (rgb) { argument
223 convert.rgb.lab = function (rgb) { argument
244 convert.hsl.rgb = function (hsl) { function
[all …]
/plugin/html2pdf/html2pdf/html2ps/
Dvalue.color.php6 function Color($rgb = array(0,0,0), $transparent = true) {
38 function equals($rgb) {
Doutput.png.class.php88 function _saveColor($rgb) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
DColorTable.php60 function colorIndex($rgb)
/plugin/gchart/
Dsyntax.php245 protected function createColorPalette($rgb, $count)
/plugin/asciidocjs/node_modules/ansi-styles/
Dindex.d.ts160 rgb(red: number, green: number, blue: number): string; method
Dindex.js14 const rgb = fn(...args); constant
/plugin/asciidocjs/node_modules/chalk/
Dindex.d.ts203 rgb(red: number, green: number, blue: number): Chalk; method
/plugin/photogallery/phpThumb/
Dphpthumb.gif.php448 public function colorIndex($rgb)
Dphpthumb.functions.php294 public static function GrayscalePixelRGB($rgb) {
/plugin/diagramsnet/lib/js/jscolor/
Djscolor.js310 this.rgb = [1, 1, 1]; // read-only 0-1, 0-1, 0-1 property
/plugin/diagramsnet/lib/plugins/
Dvoice.js2373 rgb: function(color) { method
/plugin/pgn4web/pgn4web/libs/jscolor/
Djscolor.js342 this.rgb = [1, 1, 1]; // read-only 0-1, 0-1, 0-1 property
/plugin/highlightjs/highlight/languages/
Dvbscript.js13 …'vartype': 1, 'instrrev': 1, 'ubound': 1, 'setlocale': 1, 'getobject': 1, 'rgb': 1, 'getref': 1, '… property
/plugin/diagramsnet/lib/js/diagramly/vsdx/
DmxVsdxCanvas2D.js772 var rgb2hex = function (rgb){ argument
/plugin/flowcharts/
Dmermaid.min.js1 …define&&define.amd?define([],e):"object"==typeof exports?exports.mermaid=e():t.mermaid=e()}("undef…
/plugin/dirtylittlehelper/script/
Dmermaid.min.js1 …define&&define.amd?define([],e):"object"==typeof exports?exports.mermaid=e():t.mermaid=e()}("undef…
/plugin/diagramsnet/lib/js/mermaid/
Dmermaid.min.js6 …define&&define.amd?define([],e):"object"==typeof exports?exports.mermaid=e():t.mermaid=e()}("undef…
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.core.js591 var rgb = { variable
940 rgb = {r: red, g: green, b: blue, toString: clrToString}; variable
/plugin/c3chart/assets/
Dd3.min.js2 …e&&define.amd?define(["exports"],n):n(t.d3=t.d3||{})})(this,function(t){"use strict";function n(t,…
/plugin/callflow/
Draphael.js988 var rgb = { variable
1337 rgb = {r: red, g: green, b: blue, toString: clrToString}; variable
/plugin/advrack/
Draphael.js988 var rgb = { variable
1337 rgb = {r: red, g: green, b: blue, toString: clrToString}; variable
/plugin/diagramsnet/lib/js/grapheditor/
DFormat.js4671 function rgb2hex(rgb) argument
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
Dxlsx.min.js5 …rgin=parse_Xnum;var parse_BuiltInFnGroupCount=parseuint16;var parse_CalcCount=parseuint16;var pars… argument
8 …pts)}function write_sst(data,name,opts){return(name.substr(-4)===".bin"?write_sst_bin:write_sst_xm… property
Dxlsx.js4553 function rgb2Hex(rgb) { argument
4558 function rgb2HSL(rgb) { argument
9284 if((t = rgb2Hex(get_rgb(xfd.icvFore)))) { line.s.fgColor = {rgb:t}; } property
9285 if((t = rgb2Hex(get_rgb(xfd.icvBack)))) { line.s.bgColor = {rgb:t}; } property

12