CGColorSpace enum

Inheritance

Constructors

CGColorSpace()
const

Values

displayP3 → const CGColorSpace
genericRGBLinear → const CGColorSpace
adobeRGB1998 → const CGColorSpace
sRGB → const CGColorSpace
acescgLinear → const CGColorSpace
itur709 → const CGColorSpace
itur2020 → const CGColorSpace
rommrgb → const CGColorSpace
dcip3 → const CGColorSpace
extendedLinearITUR2020 → const CGColorSpace
extendedLinearDisplayP3 → const CGColorSpace
displayP3HLG → const CGColorSpace
extendedSRGB → const CGColorSpace
linearSRGB → const CGColorSpace
extendedLinearSRGB → const CGColorSpace
none → const CGColorSpace

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
platformKey String
no setter
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<CGColorSpace>
A constant List of the values in this enum, in order of their declaration.