BREAKING: Remove over-complicated settings & output options for now.
Focus on practical Sass conversion to and from CIEfunctions.
NEW: lch() hue channel accepts any angle unit
(e.g. turn, rad, grad, or deg)
NEW: lab($lab, $a) returns an (sRGB) Sasscolor
NEW: Inspect LCH/Lab values of a Sass color with
lightness()
a() and b()
chroma() and hue()
NEW: contrast() selects the best contrast from alist
NEW: Generate new colors based on relative LCH & Lab adjustments:
set() to replace a channelvalue
adjust() to add or subtract from achannel
scale() to scale fluidly towards one “end” of the channelrange
NEW: from() converts a Sass color to LCH
in order to adjust CIE lightness, chroma, and hue –
using a syntax roughly based on
CSS Colors Level 5 relativesyntax
v0.1.1 - 2020.05.06
NEW: lch($lch, $a) returns an (sRGB) Sasscolor
Various other now-removed things…
¯\_(ツ)_/¯ that’s what pre-releases arefor