Skip to main content

ItemColorStateType

Index

Properties

cancelButtonX

cancelButtonX: number

colorDisplayButtonX

colorDisplayButtonX: number

colorGroups

colorGroups: ColorGroup[]

colorPickerButtonX

colorPickerButtonX: number

colors

colors: string[]

The colors of the item

contentY

contentY: number

defaultColors

defaultColors: readonly string[]

The underlying assets default colors.

@see

defaultOpacity

defaultOpacity: readonly number[]

The underlying assets default opacity.

@see

AssetLayer.Opacity of the asset's layers

drawExport

drawExport: (data: string) => Promise<void>

Type declaration

    • (data: string): Promise<void>
    • Parameters

      • data: string

      Returns Promise<void>

drawImport

drawImport: () => Promise<string>

Type declaration

    • (): Promise<string>
    • Returns Promise<string>

editOpacity

editOpacity: boolean

Whether the opacity is user-configurable

groupButtonWidth

groupButtonWidth: number

initialColors

initialColors: readonly string[]

The initial colors of the item prior to editing

initialOpacity

initialOpacity: readonly number[]

The initial opacity of the item prior to editing

opacity

opacity: number[]

The opacity of the item

pageCount

pageCount: number

pageSize

pageSize: number

paginationButtonX

paginationButtonX: number

saveButtonX

saveButtonX: number

simpleMode

simpleMode: boolean