cmm: add color-management module
This commit is contained in:
parent
ed1955d3d1
commit
82085a3858
27 changed files with 1182 additions and 20 deletions
5
src/cmm/cmm_transfer_function.rs
Normal file
5
src/cmm/cmm_transfer_function.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
|
||||
pub enum TransferFunction {
|
||||
Srgb,
|
||||
Linear,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue