Skip to content

Commit

Permalink
Added *Xyb*, clippy, a lot of updates for quantizer
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Sep 19, 2024
1 parent d072de3 commit bffa2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oklch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
use crate::{EuclideanDistance, Oklab, Rgb, TaxicabDistance, TransferFunction};
use erydanos::{eatan2f, ehypotf, Cosine, Sine};
use num_traits::{Float, Pow};
use num_traits::Pow;
use std::ops::{Add, AddAssign, Div, DivAssign, Mul, MulAssign, Neg, Sub, SubAssign};

/// Represents *Oklch* colorspace
Expand Down

0 comments on commit bffa2ff

Please sign in to comment.