Home
last modified time | relevance | path

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

/third_party/flutter/glfw/docs/
Dextra.less13 @default-text-color: hsl(0,0%,30%);
16 @header-footer-background-color: hsl(0,0%,95%);
19 @header-footer-link-color: hsl(0,0%,40%);
25 @content-background-color: hsl(0,0%,100%);
28 @heading-color: hsl(0,0%,10%);
37 @default-link-color: hsl(@base-hue,100%,50%);
40 @tab-text-color: hsl(0,0%,100%);
53 @toc-background-color1: hsl(0,0%,90%);
60 @box-note-color: hsl(103,80%,85%);
63 @box-warning-color: hsl(34,80%,85%);
[all …]
/third_party/node/deps/npm/node_modules/color-convert/
Dconversions.js17 hsl: {channels: 3, labels: 'hsl'},
57 convert.rgb.hsl = function (rgb) { function
139 var h = convert.rgb.hsl(rgb)[0];
247 convert.hsl.rgb = function (hsl) { argument
248 var h = hsl[0] / 360;
249 var s = hsl[1] / 100;
250 var l = hsl[2] / 100;
296 convert.hsl.hsv = function (hsl) { argument
297 var h = hsl[0];
298 var s = hsl[1] / 100;
[all …]
DREADME.md6 It converts all ways between `rgb`, `hsl`, `hsv`, `hwb`, `cmyk`, `ansi`, `ansi16`, `hex` strings, a…
11 convert.rgb.hsl(140, 200, 100); // [96, 48, 59]
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderAlgorithmTests.cpp242 Vec3 hsl; in init()
245 hsl = Vec3(0.0f, 0.0f, L); in init()
261 hsl = Vec3(H, S, L); in init()
263 c.color.xyz() = hsl; in init()
/third_party/node/deps/npm/node_modules/ansi-styles/
Dreadme.md30 console.log(style.bgColor.ansi.hsl(120, 80, 72) + 'Hello world!' + style.bgColor.close);
126 style.color.ansi256.hsl(120, 100, 60); // HSL to 256 color ansi foreground code
127 style.bgColor.ansi256.hsl(120, 100, 60); // HSL to 256 color ansi foreground code
/third_party/node/deps/npm/node_modules/chalk/types/
Dindex.d.ts35 hsl(h: number, s: number, l: number): this; method
/third_party/node/deps/npm/node_modules/chalk/
Dindex.js.flow31 hsl(h: number, s: number, l: number): Chalk,
Dreadme.md243 Note that function styles (`rgb()`, `hsl()`, `keyword()`, etc.) may not contain spaces between para…
271 - [`hsl`](https://en.wikipedia.org/wiki/HSL_and_HSV) - Example: `chalk.hsl(32, 100, 50).bold('Orang…
/third_party/boost/boost/gil/extension/toolbox/color_spaces/
Dhsl.hpp42 BOOST_GIL_DEFINE_ALL_TYPEDEFS(32f, float32_t, hsl)
/third_party/flutter/skia/gm/
Dhsl.cpp154 DEF_SIMPLE_GM(hsl, canvas, 600, 100) {
/third_party/skia/gm/
Dhsl.cpp155 DEF_SIMPLE_GM(hsl, canvas, 600, 100) {
/third_party/flutter/skia/gn/
Dgm.gni188 "$_gm/hsl.cpp",
/third_party/skia/gn/
Dgm.gni210 "$_gm/hsl.cpp",
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …:[1,3,6,7,8,10,12,13,14,18,24,28],howev:[2,10,28],hpp:[6,8,22,23,24,27,28],hsl:27,hsv:27,html:10,h… property
/third_party/node/tools/
Dlint-md.mjs208 hsl: {channels: 3, labels: 'hsl'}, property
247 convert$4.rgb.hsl = function (rgb) { function
337 const h = convert$4.rgb.hsl(rgb)[0];
436 convert$4.hsl.rgb = function (hsl) { argument
437 const h = hsl[0] / 360;
438 const s = hsl[1] / 100;
439 const l = hsl[2] / 100;
484 convert$4.hsl.hsv = function (hsl) { argument
485 const h = hsl[0];
486 let s = hsl[1] / 100;
[all …]
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/
Dplotlyjs-bundle.js1hsl=function(t){var e,r,n=t[0]/255,i=t[1]/255,a=t[2]/255,o=Math.min(n,i,a),s=Math.max(n,i,a),l=s-o… function
/third_party/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt5724 "hsl",
/third_party/icu/icu4c/source/data/misc/
DsupplementalData.txt5724 "hsl",
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt5524 "hsl",
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_skia3294 FILE: ../../../third_party/skia/gm/hsl.cpp