Releases: facelessuser/coloraide
Releases · facelessuser/coloraide
0.1.0a3
0.1.0a3
- FIX: Color object API was missing the ability to receive the
premultiplied
argument.
0.1.0a2
0.1.0a2
- NEW: Expose access to
srgb-linear
color space. This is mainly for development and testing and not listed in docs currently. - FIX: Cylindrical spaces, when calling
overlay
can now request to be overlaid in a different space. This is because alpha composition does not work well in cylindrical spaces. HSL, HSV, and HWB will now requestoverlay
to be done in sRGB, and LCH will request overlay to be done in LAB. - FIX: Add support for premultiplied alpha when interpolating via
premultiplied
option.
0.1.0a1
0.1.0a1
- NEW: Initial alpha release. Library is experimental and API is unstable.