oximedia-calibrate 0.1.8

Professional color calibration and matching tools for OxiMedia
Documentation
1
2
3
4
5
6
7
8
9
//! Color temperature estimation and adjustment.
//!
//! This module provides tools for estimating and adjusting color temperature.

pub mod estimate;
pub mod shift;

pub use estimate::estimate_color_temperature;
pub use shift::{apply_temperature_shift, temperature_to_rgb};