@@ -2728,11 +2728,11 @@ Color space conversion
27282728
27292729|
27302730
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)
27322732..
27332733
27342734 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)
27362736
27372737 Examples:
27382738
@@ -2775,11 +2775,11 @@ Color space conversion
27752775
27762776|
27772777
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)
27792779..
27802780
27812781 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)
27832783
27842784 Examples:
27852785
@@ -2803,11 +2803,11 @@ Color space conversion
28032803
28042804|
28052805
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)
28072807..
28082808
28092809 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)
28112811
28122812 Examples:
28132813
@@ -2831,11 +2831,11 @@ Color space conversion
28312831
28322832|
28332833
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)
28352835..
28362836
28372837 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)
28392839
28402840 Examples:
28412841
0 commit comments