color-management: add more capabilities
This commit is contained in:
parent
e92de36f7a
commit
8f992f7cef
13 changed files with 293 additions and 97 deletions
|
|
@ -100,12 +100,10 @@ impl ColorManager {
|
|||
&self.srgb_linear
|
||||
}
|
||||
|
||||
#[expect(dead_code)]
|
||||
pub fn windows_scrgb(&self) -> &Rc<ColorDescription> {
|
||||
&self.windows_scrgb
|
||||
}
|
||||
|
||||
#[expect(dead_code)]
|
||||
pub fn get_description(
|
||||
self: &Rc<Self>,
|
||||
named_primaries: Option<NamedPrimaries>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue