ChannelType enum

Represents a channel type.

Inheritance

Constructors

ChannelType(int value)
const

Values

UndefinedChannel → const ChannelType
const ChannelType(0x0000)
RedChannel → const ChannelType
const ChannelType(0x0001)
GrayChannel → const ChannelType
const ChannelType(0x0001)
CyanChannel → const ChannelType
const ChannelType(0x0001)
LChannel → const ChannelType
const ChannelType(0x0001)
GreenChannel → const ChannelType
const ChannelType(0x0002)
MagentaChannel → const ChannelType
const ChannelType(0x0002)
aChannel → const ChannelType
const ChannelType(0x0002)
BlueChannel → const ChannelType
const ChannelType(0x0004)
bChannel → const ChannelType
const ChannelType(0x0002)
YellowChannel → const ChannelType
const ChannelType(0x0004)
BlackChannel → const ChannelType
const ChannelType(0x0008)
AlphaChannel → const ChannelType
const ChannelType(0x0010)
OpacityChannel → const ChannelType
const ChannelType(0x0010)
IndexChannel → const ChannelType
const ChannelType(0x0020)
ReadMaskChannel → const ChannelType
const ChannelType(0x0040)
WriteMaskChannel → const ChannelType
const ChannelType(0x0080)
MetaChannel → const ChannelType
const ChannelType(0x0100)
CompositeMaskChannel → const ChannelType
const ChannelType(0x0200)
CompositeChannels → const ChannelType
const ChannelType(0x001F)
AllChannels → const ChannelType
const ChannelType(0x7ffffff)
TrueAlphaChannel → const ChannelType
const ChannelType(0x0100)
RGBChannels → const ChannelType
const ChannelType(0x0200)
GrayChannels → const ChannelType
const ChannelType(0x0400)
SyncChannels → const ChannelType
const ChannelType(0x20000)

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
value int
final

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

Static Methods

fromValue(int value) ChannelType

Constants

DefaultChannels → const ChannelType
values → const List<ChannelType>
A constant List of the values in this enum, in order of their declaration.