cmm: add more transfer functions
This commit is contained in:
parent
8e65de91f9
commit
e92de36f7a
4 changed files with 281 additions and 6 deletions
|
|
@ -4,4 +4,13 @@ use linearize::Linearize;
|
|||
pub enum TransferFunction {
|
||||
Srgb,
|
||||
Linear,
|
||||
St2084Pq,
|
||||
Bt1886,
|
||||
Gamma22,
|
||||
Gamma28,
|
||||
St240,
|
||||
ExtSrgb,
|
||||
Log100,
|
||||
Log316,
|
||||
St428,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue