Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-12-16 03:38:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-12-16 03:38:09 +0300
commit4b12f521e38fedf09485e0436e339031f363130a (patch)
treef3d408ee910b008a749ef5780d6f35ce10480f1d /source/blender/imbuf/IMB_imbuf.h
parent807efa8538c502a0017c48029ff8f0805ceea2a6 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/imbuf/IMB_imbuf.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h
index ecc14e72108..1f698c65382 100644
--- a/source/blender/imbuf/IMB_imbuf.h
+++ b/source/blender/imbuf/IMB_imbuf.h
@@ -921,11 +921,11 @@ typedef enum eIMBTransformMode {
* The given matrix should transform between dst pixel space to src pixel space.
* One unit is one pixel.
* \param src_crop cropping region how to crop the source buffer. Should only be passed when mode
- * is set to IMB_TRANSFORM_MODE_CROP_SRC. For any other mode this should be empty.
+ * is set to #IMB_TRANSFORM_MODE_CROP_SRC. For any other mode this should be empty.
*
* During transformation no data/color conversion will happens.
* When transforming between float images the number of channels of the source buffer may be
- * between 1 and 4. When source buffer has one channel the data will be read as a grey scale value.
+ * between 1 and 4. When source buffer has one channel the data will be read as a gray scale value.
*/
void IMB_transform(const struct ImBuf *src,
struct ImBuf *dst,