diff --git a/content/blog/2024-12-03-tmil-11/index.md b/content/blog/2024-12-03-tmil-11/index.md index 0476baa..2be050f 100644 --- a/content/blog/2024-12-03-tmil-11/index.md +++ b/content/blog/2024-12-03-tmil-11/index.md @@ -24,6 +24,36 @@ We decided to do a crate based on the [CSS Color Module Level 4] draft specifica We released an alpha of this new crate as [Color 0.1.0][] on November 21, 2024. The documentation lays out more of the scope, goals, and main types provided by the crate. + + +
+ +
+ +
+ +Color can convert gradients between color spaces. +This is a gradient from "lime" to "blue" in the Oklab color space, converted to sRGB by Color. + +
+
+ +
+ +
+ +
+ +This is a gradient from "lime" to "blue" in Oklab, as generated by your browser. +This is the reference for the above gradient, and should appear identical. + +
+
+ Since then, we have begun the work of making Peniko and Vello use the Color crate and improving it to support that usage. Early next year, we hope to use it within SVG Types, Resvg, and Tiny Skia. @@ -35,8 +65,6 @@ His original crate was published as 0.0.1 on November 21, 2014, motivating us te We're very excited about the future of this crate and look forward to talking to other people within the Rust ecosystem about using it. - - ## Kurbo Kurbo has seen some minor updates within the last month and we're planning to publish them in a minor patch release within the next month.