Home
last modified time | relevance | path

Searched defs:HSLA (Results 1 – 6 of 6) sorted by relevance

/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
/dports/graphics/pastel/pastel-0.8.1/src/
H A Dlib.rs140 pub fn to_hsla(&self) -> HSLA { in to_hsla()
822 pub struct HSLA { struct
829 impl ColorSpace for HSLA { argument
852 impl From<&Color> for HSLA { implementation
863 impl fmt::Display for HSLA { implementation
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_eci/
H A Dosgearth_eci.cpp233 osg::Vec4f HSLA; in load() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkVM.h399 struct HSLA { struct
400 skvm::F32 h,s,l,a;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkVM.h518 struct HSLA { struct
519 F32 h,s,l,a;
/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