J_COLOR_SPACE class abstract

Constructors

J_COLOR_SPACE()

Properties

hashCode int
The hash code for this object.
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

JCS_CMYK → const int
JCS_GRAYSCALE → const int
JCS_RGB → const int
JCS_UNKNOWN → const int
JCS_YCbCr → const int
JCS_YCCK → const int