NetpbmFormat enum Output and Comparison

Formats supported by the Netpbm image format.

Inheritance
Available extensions

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.