Removed errant D=0 docs that were not relevant to Fl_RGB_Image (thanks manolo).

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9595 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano
2012-06-13 17:47:03 +00:00
parent 8116b1d6cb
commit adf9aff218
-1
View File
@@ -190,7 +190,6 @@ public:
\param[in] W The width of the image in pixels
\param[in] H The height of the image in pixels
\param[in] D The image depth, or 'number of channels'. Default=3<br>
If D=0, each uchar in bits[] is an 8 pixel bitmap<br>
If D=1, each uchar in bits[] is a grayscale pixel value.<br>
If D=2, each uchar pair in bits[] is a grayscale + alpha pixel value.<br>
If D=3, each uchar triplet in bits[] is an R/G/B pixel value<br>