IMAGE: Add an unknown dither type

This commit is contained in:
Matthew Hoops 2014-09-05 00:29:42 -04:00
parent 0ceb383cd3
commit c402d9a959

View File

@ -62,6 +62,9 @@ public:
* A type of dithering.
*/
enum DitherType {
/** Unknown */
kDitherTypeUnknown,
/** Video for Windows dithering */
kDitherTypeVFW,