| Copyright | (c) Alexey Kuleshevich 2018-2020 |
|---|---|
| License | BSD3 |
| Maintainer | Alexey Kuleshevich <lehins@yandex.ru> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Graphics.Color.Space.OKLAB
Description
Constructors for an CIE L*a*b* color space.
pattern ColorOKLAB :: e -> e -> e -> Color OKLAB e Source #
pattern ColorOKLABA :: e -> e -> e -> e -> Color (Alpha OKLAB) e Source #
Constructor for OKLAB with alpha channel.
OK L*a*b* color space
Values for matrices used in conversion to and from CIEXYZ where taken from
W3 CSS specification
instead of the original blogpost about the OKLab color space.