Skip to content

Commit 7f0740c

Browse files
committed
IBA::demosaic update docs
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent 09e0e66 commit 7f0740c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/OpenImageIO/imagebufalgo.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2165,7 +2165,8 @@ bool OIIO_API repremult (ImageBuf &dst, const ImageBuf &src,
21652165
///
21662166
/// - "white-balance" : float[3] or float[4] (default: {1.0, 1.0, 1.0, 1.0})
21672167
///
2168-
/// Optional white-balancing weights. Can contain either three (RGB), or four (RGGB) values.
2168+
/// Optional white-balancing weights. Can contain either three (R,G,B), or four (R,G1,B,G2) values.
2169+
/// The order of the white balance multipliers does not depend on the matrix layout.
21692170

21702171
ImageBuf OIIO_API demosaic (const ImageBuf& src, KWArgs options = {},
21712172
ROI roi = {}, int nthreads = 0);

0 commit comments

Comments
 (0)