Represents a color channel within a defined structure.
This interface is used to encapsulate all properties and information related to a color channel.
Properties:
accessor: A unique identifier or key used to access this color channel.
name: The descriptive name of the color channel.
range: The valid range of values the color channel can hold, defined as a ChannelRange.
Represents a color channel within a defined structure. This interface is used to encapsulate all properties and information related to a color channel.
Properties:
accessor
: A unique identifier or key used to access this color channel.name
: The descriptive name of the color channel.range
: The valid range of values the color channel can hold, defined as aChannelRange
.attributes
: Bitmask derived from ChannelAttribute.