util module =========== .. toctree:: :maxdepth: 4 .. automodule:: tinycio.util .. warning:: Using the color functions here directly is not advised, if an interface exists in the root module. .. autosummary:: version version_check_minor remap remap_to_01 remap_from_01 smoothstep softsign fract serialize_tensor trilinear_interpolation fitted_polynomial_curve_6th_order fitted_polynomial_curve_7th_order progress_bar apply_gamma apply_hue_oklab srgb_luminance col_hsv_to_rgb col_rgb_to_hsv col_oklab_to_linear_srgb col_linear_srgb_to_oklab col_okhsv_to_srgb col_srgb_to_okhsv col_okhsl_to_srgb col_srgb_to_okhsl asc_cdl lgg xy_to_XYZ xyz_mat_from_primaries mat_von_kries_cat .. autofunction:: version .. autofunction:: version_check_minor .. autofunction:: remap .. autofunction:: remap_to_01 .. autofunction:: remap_from_01 .. autofunction:: smoothstep .. autofunction:: softsign .. autofunction:: fract .. autofunction:: serialize_tensor .. autofunction:: trilinear_interpolation .. autofunction:: fitted_polynomial_curve_6th_order .. autofunction:: fitted_polynomial_curve_7th_order .. autofunction:: progress_bar .. autofunction:: apply_gamma .. autofunction:: apply_hue_oklab .. autofunction:: srgb_luminance .. autofunction:: col_hsv_to_rgb .. autofunction:: col_rgb_to_hsv .. autofunction:: col_oklab_to_linear_srgb .. autofunction:: col_linear_srgb_to_oklab .. autofunction:: col_okhsv_to_srgb .. autofunction:: col_srgb_to_okhsv .. autofunction:: col_okhsl_to_srgb .. autofunction:: col_srgb_to_okhsl .. autofunction:: asc_cdl .. autofunction:: lgg .. autofunction:: xy_to_XYZ .. autofunction:: xyz_mat_from_primaries .. autofunction:: mat_von_kries_cat