Skip to content

Commit

Permalink
Include ProPhotoRgb in encoding.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Aug 13, 2024
1 parent fd78306 commit 75c7df5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions palette/src/encoding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
pub use self::adobe::AdobeRgb;
pub use self::gamma::{F2p2, Gamma};
pub use self::linear::Linear;
pub use self::prophoto::ProPhotoRgb;
pub use self::rec_standards::{Rec2020, Rec709};
pub use self::srgb::Srgb;

pub mod adobe;
pub mod gamma;
pub mod linear;
pub mod prophoto;
pub mod rec_standards;
pub mod srgb;

Expand Down

0 comments on commit 75c7df5

Please sign in to comment.