/third_party/flutter/glfw/docs/ |
D | extra.less | 13 @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/ |
D | conversions.js | 17 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 …]
|
D | README.md | 6 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/ |
D | es2fShaderAlgorithmTests.cpp | 242 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/ |
D | readme.md | 30 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/ |
D | index.d.ts | 35 hsl(h: number, s: number, l: number): this; method
|
/third_party/node/deps/npm/node_modules/chalk/ |
D | index.js.flow | 31 hsl(h: number, s: number, l: number): Chalk,
|
D | readme.md | 243 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/ |
D | hsl.hpp | 42 BOOST_GIL_DEFINE_ALL_TYPEDEFS(32f, float32_t, hsl)
|
/third_party/flutter/skia/gm/ |
D | hsl.cpp | 154 DEF_SIMPLE_GM(hsl, canvas, 600, 100) {
|
/third_party/skia/gm/ |
D | hsl.cpp | 155 DEF_SIMPLE_GM(hsl, canvas, 600, 100) {
|
/third_party/flutter/skia/gn/ |
D | gm.gni | 188 "$_gm/hsl.cpp",
|
/third_party/skia/gn/ |
D | gm.gni | 210 "$_gm/hsl.cpp",
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …:[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/ |
D | lint-md.mjs | 208 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/ |
D | plotlyjs-bundle.js | 1 …hsl=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/ |
D | supplementalData.txt | 5724 "hsl",
|
/third_party/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 5724 "hsl",
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 5524 "hsl",
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_skia | 3294 FILE: ../../../third_party/skia/gm/hsl.cpp
|