Skip to content

Commit 3a87bc6

Browse files
committed
Add documentation about color space (Fixes #1)
1 parent beedf80 commit 3a87bc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nv-flip/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ pub fn magma_lut() -> FlipImageRgb8 {
295295
///
296296
/// The images must be the same size.
297297
///
298+
/// Images are assumed to be in the sRGB color space.
299+
///
298300
/// Returns an error map image, where each pixel represents the error between the two images
299301
/// at that location between 0 and 1.
300302
///

0 commit comments

Comments
 (0)