Skip to content

Commit

Permalink
missing use
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Jun 6, 2024
1 parent 0dcaba1 commit f42e087
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/ecolor/src/color32.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
use crate::{gamma_u8_from_linear_f32, linear_f32_from_gamma_u8, linear_f32_from_linear_u8, Rgba};
use crate::{
fast_round, gamma_u8_from_linear_f32, linear_f32_from_gamma_u8, linear_f32_from_linear_u8, Rgba,
};

/// This format is used for space-efficient color representation (32 bits).
///
Expand Down

0 comments on commit f42e087

Please sign in to comment.