Class ColorGeneratorCommand

Base command type for a full writable command, which uses flags to indicate the changed properties

Hierarchy

Constructors

Properties

_properties: Partial<ColorGeneratorState>
flag: number
index: number
runOrderGroup?: number = 0

Link

ISerializableCommand.runOrderGroup

MaskFlags: {
    hue: number;
    luma: number;
    saturation: number;
} = ...

Type declaration

  • hue: number
  • luma: number
  • saturation: number
minimumVersion?: ProtocolVersion
rawName: "CClV" = 'CClV'

Accessors

Methods

Generated using TypeDoc