Home
last modified time | relevance | path

Searched refs:HSLA (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/css/css-color/
H A Dcolor-resolving-hsl.html.ini2 [HSL/HSLA value should parse and round correctly: hsl(90, 25%, 50%)]
9 [HSL/HSLA value should parse and round correctly: hsla(90, 25%, 50%, 0)]
16 [HSL/HSLA value should parse and round correctly: hsla(90, 25%, 50%, 0.2)]
23 [HSL/HSLA value should parse and round correctly: hsla(90, 25%, 50%, 1)]
30 [HSL/HSLA value should parse and round correctly: hsl(90, 37.5%, 50%)]
58 [HSL/HSLA value should parse and round correctly: hsl(90, 50%, 50%)]
86 [HSL/HSLA value should parse and round correctly: hsl(90, 62.5%, 50%)]
114 [HSL/HSLA value should parse and round correctly: hsl(90, 75%, 50%)]
142 [HSL/HSLA value should parse and round correctly: hsl(90, 87.5%, 50%)]
170 [HSL/HSLA value should parse and round correctly: hsl(90, 100%, 50%)]
[all …]
/dports/games/taisei/taisei-1.3.2/src/
H A Dcolor.h29 #define HSLA(h, s, l, a) color_hsla((&(Color) { 0 }), (h), (s), (l), (a)) macro
30 #define HSLA_MUL_ALPHA(h, s, l, a) color_mul_alpha(HSLA((h), (s), (l), (a)))
31 #define HSL(h, s, l) HSLA((h), (s), (l), 1)
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/data/effects/
H A Dcolor-grade.effect92 float4 HSLtoRGB(float4 HSLA) {
96 HSLA.x * 6.0 + float3(0.0, 4.0, 2.0),
103 return float4(HSLA.z + HSLA.y * (rgb - 0.5) * (1.0 - abs(2.0 * HSLA.z - 1.0)), HSLA.a);
/dports/graphics/pastel/pastel-0.8.1/src/cli/
H A Dcolorspace.rs2 use pastel::{Fraction, LCh, Lab, HSLA, RGBA};
9 "hsl" => Box::new(|c1: &Color, c2: &Color, f: Fraction| c1.mix::<HSLA>(c2, f)), in get_mixing_function()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/
H A DColorPicker.qml35 HSLA
74 case ColorPicker.Mode.HSLA:
107 // Set HSVA and HSLA
120 case ColorPicker.Mode.HSLA:
135 // Set RGBA and HSLA
242 case ColorPicker.Mode.HSLA:
288 case ColorPicker.Mode.HSLA:
376 case ColorPicker.Mode.HSLA:
/dports/graphics/pastel/pastel-0.8.1/src/
H A Dlib.rs42 Self::from(&HSLA { in from_hsla()
52 Self::from(&HSLA { in from_hsl()
140 pub fn to_hsla(&self) -> HSLA { in to_hsla() argument
141 HSLA::from(self) in to_hsla()
571 impl From<&HSLA> for Color {
611 Self::from(&HSLA { in from()
822 pub struct HSLA { struct
829 impl ColorSpace for HSLA { argument
852 impl From<&Color> for HSLA { implementation
854 HSLA { in from()
[all …]
/dports/graphics/pastel/pastel-0.8.1/src/cli/commands/
H A Ddistinct.rs7 use pastel::{Fraction, HSLA};
59 blue.mix::<HSLA>(&red, Fraction::from(2.0 * f)) in blue_red_yellow()
61 red.mix::<HSLA>(&yellow, Fraction::from(2.0 * (f - 0.5))) in blue_red_yellow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/inline_editor/
H A DColorSwatch.ts165 return !color.hasAlpha() ? cf.HSL : cf.HSLA;
168 case cf.HSLA:
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_eci/
H A Dosgearth_eci.cpp233 osg::Vec4f HSLA; in load() local
243 HSLA.set((float)i/(float)(track.size()-1), 1.0f, 1.0f, 1.0f); in load()
244 color.fromHSL(HSLA); in load()
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/ci-kit/
H A Dci_t3.expect21 expect -re {HSLA Port \((d\.h\d+)}
H A Disolts_run.expect29 expect -re {HSLA Port \(([abcd]\.h\d+)}
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/effects/
H A DGrHSLToRGBFilterEffect.fp8 // Convert HSLA -> RGBA (including clamp and premul).
H A DGrRGBToHSLFilterEffect.fp8 // Convert RGBA -> HSLA (including unpremul).
/dports/devel/py-pysdl2/PySDL2-0.9.9/doc/modules/
H A Dsdl2ext_color.rst41 The HSLA representation of the Color. The HSLA components are in
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/effects/
H A DGrHSLToRGBFilterEffect.fp8 // Convert HSLA -> RGBA (including clamp and premul).
H A DGrRGBToHSLFilterEffect.fp8 // Convert RGBA -> HSLA (including unpremul).
/dports/devel/py-game/pygame-2.1.0/docs/reST/ref/
H A Dcolor.rst161 | :sl:`Gets or sets the HSLA representation of the Color.`
164 The ``HSLA`` representation of the Color. The ``HSLA`` components are in
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/unittests/front_end/inline_editor/
H A DColorSwatch_test.ts86 …swatch.renderColor(new Common.Color.Color([1, .5, .2, .5], Common.Color.Format.HSLA), Common.Color…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkColorFilter_Matrix.cpp109 return skvm::HSLA{dot(0), dot(1), dot(2), dot(3)}; in onProgram()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_eyedropper.cpp143 case app::gen::EyedropperChannel::HSLA: in pickSample()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbasiccolorspace.inc112 {** Creates a pixel with given HSLA values, where A stands for alpha }
113 function HSLA(hue, saturation, lightness, alpha: word): THSLAPixel; overload; inline;
115 function HSLA(hue, saturation, lightness: word): THSLAPixel; overload; inline;
147 {** Converts a G hue (GSBA) to a H hue (HSLA) }
149 {** Converts a H hue (HSLA) to a G hue (GSBA) }
907 function HSLA(hue, saturation, lightness, alpha: word): THSLAPixel;
915 function HSLA(hue, saturation, lightness: word): THSLAPixel;
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbasiccolorspace.inc112 {** Creates a pixel with given HSLA values, where A stands for alpha }
113 function HSLA(hue, saturation, lightness, alpha: word): THSLAPixel; overload; inline;
115 function HSLA(hue, saturation, lightness: word): THSLAPixel; overload; inline;
147 {** Converts a G hue (GSBA) to a H hue (HSLA) }
149 {** Converts a H hue (HSLA) to a G hue (GSBA) }
907 function HSLA(hue, saturation, lightness, alpha: word): THSLAPixel;
915 function HSLA(hue, saturation, lightness: word): THSLAPixel;
/dports/games/taisei/taisei-1.3.2/src/plrmodes/
H A Dmarisa_a.c483 Color *c = HSLA(-t*5.321,1,0.5,0.5*frand()); in masterspark()
517 .color = HSLA(2*t,1,2,0), //RGBA(0.3, 0.6, 1, 0), in masterspark()
H A Dreimu_a.c256 ….color = HSLA(3 * (float)i / count + offset, 1, 0.5, 0), // reimu_spirit_orb_color(&(Color){0}, i%… in reimu_spirit_bomb_orb()
330 .color = HSLA(t/p->timeout, 0.3, 0.3, 0.0), in reimu_spirit_bomb_orb()
/dports/textproc/libcss/libcss-0.9.1/src/parse/
H A Dpropstrings.h98 LINE_THROUGH, BLINK, RGB, RGBA, HSL, HSLA, LIBCSS_LEFT, LIBCSS_CENTER, enumerator

1234567