@@ -2728,11 +2728,11 @@ Color space conversion
2728
2728
2729
2729
|
2730
2730
2731
- .. doxygenfunction :: colormatrixtransform(const ImageBuf &src, const Imath::M44f & M, bool unpremult = true, ROI roi = {}, int nthreads = 0)
2731
+ .. doxygenfunction :: colormatrixtransform(const ImageBuf &src, M44fParam M, bool unpremult = true, ROI roi = {}, int nthreads = 0)
2732
2732
..
2733
2733
2734
2734
Result-as-parameter version:
2735
- .. doxygenfunction :: colormatrixtransform(ImageBuf &dst, const ImageBuf &src, const Imath::M44f & M, bool unpremult = true, ROI roi = {}, int nthreads = 0)
2735
+ .. doxygenfunction :: colormatrixtransform(ImageBuf &dst, const ImageBuf &src, M44fParam M, bool unpremult = true, ROI roi = {}, int nthreads = 0)
2736
2736
2737
2737
Examples:
2738
2738
@@ -2775,11 +2775,11 @@ Color space conversion
2775
2775
2776
2776
|
2777
2777
2778
- .. doxygenfunction :: ociolook(const ImageBuf &src, string_view looks, string_view fromspace, string_view tospace, bool unpremult = true, bool inverse = false, string_view context_key = "", string_view context_value = "", ColorConfig *colorconfig = nullptr, ROI roi = {}, int nthreads = 0)
2778
+ .. doxygenfunction :: ociolook(const ImageBuf &src, string_view looks, string_view fromspace, string_view tospace, bool unpremult = true, bool inverse = false, string_view context_key = "", string_view context_value = "", const ColorConfig *colorconfig = nullptr, ROI roi = {}, int nthreads = 0)
2779
2779
..
2780
2780
2781
2781
Result-as-parameter version:
2782
- .. doxygenfunction :: ociolook(ImageBuf &dst, const ImageBuf &src, string_view looks, string_view fromspace, string_view tospace, bool unpremult = true, bool inverse = false, string_view context_key = "", string_view context_value = "", ColorConfig *colorconfig = nullptr, ROI roi = {}, int nthreads = 0)
2782
+ .. doxygenfunction :: ociolook(ImageBuf &dst, const ImageBuf &src, string_view looks, string_view fromspace, string_view tospace, bool unpremult = true, bool inverse = false, string_view context_key = "", string_view context_value = "", const ColorConfig *colorconfig = nullptr, ROI roi = {}, int nthreads = 0)
2783
2783
2784
2784
Examples:
2785
2785
@@ -2803,11 +2803,11 @@ Color space conversion
2803
2803
2804
2804
|
2805
2805
2806
- .. doxygenfunction :: ociodisplay(const ImageBuf &src, string_view display, string_view view, string_view fromspace = "", string_view looks = "", bool unpremult = true, string_view context_key = "", string_view context_value = "", ColorConfig *colorconfig = nullptr, ROI roi = {}, int nthreads = 0)
2806
+ .. doxygenfunction :: ociodisplay(const ImageBuf &src, string_view display, string_view view, string_view fromspace = "", string_view looks = "", bool unpremult = true, bool inverse = false, string_view context_key = "", string_view context_value = "", const ColorConfig *colorconfig = nullptr, ROI roi = {}, int nthreads = 0)
2807
2807
..
2808
2808
2809
2809
Result-as-parameter version:
2810
- .. doxygenfunction :: ociodisplay(ImageBuf &dst, const ImageBuf &src, string_view display, string_view view, string_view fromspace = "", string_view looks = "", bool unpremult = true, string_view context_key = "", string_view context_value = "", ColorConfig *colorconfig = nullptr, ROI roi = {}, int nthreads = 0)
2810
+ .. doxygenfunction :: ociodisplay(ImageBuf &dst, const ImageBuf &src, string_view display, string_view view, string_view fromspace = "", string_view looks = "", bool unpremult = true, bool inverse = false, string_view context_key = "", string_view context_value = "", const ColorConfig *colorconfig = nullptr, ROI roi = {}, int nthreads = 0)
2811
2811
2812
2812
Examples:
2813
2813
@@ -2831,11 +2831,11 @@ Color space conversion
2831
2831
2832
2832
|
2833
2833
2834
- .. doxygenfunction :: ociofiletransform(const ImageBuf &src, string_view name, bool unpremult = true, bool inverse = false, ColorConfig *colorconfig = nullptr, ROI roi = {}, int nthreads = 0)
2834
+ .. doxygenfunction :: ociofiletransform(const ImageBuf &src, string_view name, bool unpremult = true, bool inverse = false, const ColorConfig *colorconfig = nullptr, ROI roi = {}, int nthreads = 0)
2835
2835
..
2836
2836
2837
2837
Result-as-parameter version:
2838
- .. doxygenfunction :: ociofiletransform(ImageBuf &dst, const ImageBuf &src, string_view name, bool unpremult = true, bool inverse = false, ColorConfig *colorconfig = nullptr, ROI roi = {}, int nthreads = 0)
2838
+ .. doxygenfunction :: ociofiletransform(ImageBuf &dst, const ImageBuf &src, string_view name, bool unpremult = true, bool inverse = false, const ColorConfig *colorconfig = nullptr, ROI roi = {}, int nthreads = 0)
2839
2839
2840
2840
Examples:
2841
2841
0 commit comments