NetpbmFormat enum Output and Comparison
Formats supported by the Netpbm image format.
Values
- bitmap → const NetpbmFormat
-
Portable Bitmap (PBM) format.
Each pixel representing one of two values, PixelFormat.zero and PixelFormat.max.
- graymap → const NetpbmFormat
-
Portable Graymap (PGM) format.
Each pixel representing a grayscale value.
- pixmap → const NetpbmFormat
-
Portable Pixmap (PPM) format.
Each three pixels representing RGB color values.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
NetpbmFormat> - A constant List of the values in this enum, in order of their declaration.