Conversation
f165bcf to
304ab8c
Compare
|
Some of these will be resolved in
|
0b9d293 to
63060d0
Compare
|
I've done more work here updating most of the gradient code, adding a feature to disable the legacy color code, and adding some more comments. There are some |
|
I think I will remove the legacy code instead, and export a type alias |
52da6e8 to
c65c325
Compare
|
(Just a note: with color becoming 32-bit per channel, maybe Lines 37 to 50 in d825bdf |
ab4783e to
117742c
Compare
e4a2477 to
0fef133
Compare
I did this in #65 as it let me simplify some of the MSRV issues. |
0fef133 to
c6ac1f3
Compare
xStrom
left a comment
There was a problem hiding this comment.
Some initial thoughts on the changelog. 😈
a3cb839 to
0d5c2da
Compare
0d5c2da to
09a5d12
Compare
xStrom
left a comment
There was a problem hiding this comment.
I have not tried running the code with Vello or anything like that, but the code changes look fine to me.
| /// directly without cloning or allocating. | ||
| #[derive(Copy, Clone, PartialEq, Debug)] | ||
| #[cfg_attr( | ||
| target_pointer_width = "32", |
Color functionality is now provided by the `color` crate.
09a5d12 to
ab9f540
Compare
Color functionality is now provided by the
colorcrate.