summaryrefslogtreecommitdiffstats
path: root/src/lodepng.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2010-07-28 19:05:01 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2010-07-28 19:05:01 (GMT)
commitf0e47672cc3f910aebd1d30fe3db21e9dbd943c4 (patch)
treeaa81c2bd3e6109417a6bd30d6a58111d892f25f2 /src/lodepng.h
parentd0412f05557d55f465407a9337553c0a6ee0396f (diff)
downloadDoxygen-f0e47672cc3f910aebd1d30fe3db21e9dbd943c4.zip
Doxygen-f0e47672cc3f910aebd1d30fe3db21e9dbd943c4.tar.gz
Doxygen-f0e47672cc3f910aebd1d30fe3db21e9dbd943c4.tar.bz2
Release-1.7.1-20100728
Diffstat (limited to 'src/lodepng.h')
-rw-r--r--src/lodepng.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lodepng.h b/src/lodepng.h
index a86ab65..bbf40dc 100644
--- a/src/lodepng.h
+++ b/src/lodepng.h
@@ -1038,8 +1038,8 @@ in the Decoder's interface in the C++ version.
getBpp(): bits per pixel of the PNG image
getChannels(): amount of color channels of the PNG image
-isGreyscaleType(): it's color type 0 or 4
-isAlphaType(): it's color type 2 or 6
+isGreyscaleType(): its color type 0 or 4
+isAlphaType(): its color type 2 or 6
These values are calculated out of color type and bit depth of InfoColor.