|
3a4090a6ec
|
feat: added to_linear as a function of the Color trait
|
2025-04-26 20:10:11 +02:00 |
|
|
fd8cf1f278
|
chore: renamed the structs Vec2 , Vec3 , Vec4 , Mat2 , Mat3 , Mat4 , Point2 , Point3 to v2 , v3 , v4 , m2 , m3 , m4 , p2 , p3
|
2025-04-17 00:54:09 +02:00 |
|
|
982323f671
|
chore: added the chrono crate back to the Cargo.toml of the crates
|
2025-04-15 20:31:33 +02:00 |
|
|
13fd31f632
|
feat: added a from_vec function to every color that it can be constructed with a Vec4 to easily interpolate colors
|
2025-03-30 14:54:28 +02:00 |
|
|
f891de2909
|
feat: added to_vec to the Color trait to allow the colors to be lerped and produce gradients
|
2025-03-30 00:06:33 +01:00 |
|
|
4d4c6aad90
|
feat: added the Color component to the base components in the ECS
|
2025-03-21 23:17:16 +01:00 |
|
|
7dc17fb435
|
feat: added Color trait to the comet_colors crate to make parameters simpler
|
2025-03-18 16:52:49 +01:00 |
|
|
5430ee0d7e
|
fix: stray println in oklcha creation method that i forgot to remove and forgot to convert degrees to radians in a conversion :thumbs-up:
|
2025-03-14 10:43:08 +01:00 |
|
|
dcd2d025ba
|
fix: seems like a lot more colors needed fixing
|
2025-03-14 00:18:30 +01:00 |
|
|
81d3b2f714
|
fix: some color conversions were incorrect
|
2025-03-13 23:54:19 +01:00 |
|
|
6154c72b0e
|
initial commit
|
2024-10-26 02:15:26 +02:00 |
|