@dragonspark/chroma-kit
    Preparing search index...

    Enumeration ChannelAttribute

    Enum representing various channel attributes.

    ChannelAttribute provides a set of pre-defined values associated with specific channel characteristics. These attributes can be used for categorization or functional purposes in applications.

    Enumeration values:

    • ANGLE: Represents angle-related attribute.
    • PERCENTAGE: Represents percentage-related attribute.
    • OPTIONAL_PERCENTAGE: Represents an optional percentage-related attribute.
    • MIRROR_PERCENTAGE: Represents a mirrored percentage-related attribute.
    Index

    Enumeration Members

    ANGLE: 1
    MIRROR_PERCENTAGE: 8
    OPTIONAL_PERCENTAGE: 4
    PERCENTAGE: 2