Winter Cardinal UI - v0.442.0 / EShapeActionValueChangeColorCode

Class: EShapeActionValueChangeColorCode

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EShapeActionValueChangeColorCode(subtype, condition, color, alpha, blend): EShapeActionValueChangeColorCode

Parameters

Name Type
subtype number
condition string
color string
alpha string
blend string

Returns

EShapeActionValueChangeColorCode

Overrides

EShapeActionValueSubtyped.constructor

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-change-color-code.ts:43

Properties

alpha

Readonly alpha: string

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-change-color-code.ts:40


blend

Readonly blend: string

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-change-color-code.ts:41


color

Readonly color: string

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-change-color-code.ts:39


condition

Readonly condition: string

Inherited from

EShapeActionValueSubtyped.condition

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:16


subtype

Readonly subtype: number

Inherited from

EShapeActionValueSubtyped.subtype

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-subtyped.ts:13


type

Readonly type: number

Inherited from

EShapeActionValueSubtyped.type

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:15


THEME

Static Protected Optional THEME: EThemeShapeActionValue

Inherited from

EShapeActionValueSubtyped.THEME

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:13

Methods

getTheme

getTheme(): EThemeShapeActionValue

Returns

EThemeShapeActionValue

Inherited from

EShapeActionValueSubtyped.getTheme

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:31


isEquals

isEquals(value): boolean

Parameters

Name Type
value EShapeActionValue

Returns

boolean

Overrides

EShapeActionValueSubtyped.isEquals

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-change-color-code.ts:56


serialize

serialize(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Overrides

EShapeActionValueSubtyped.serialize

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-change-color-code.ts:70


toLabel

toLabel(): string

Returns

string

Inherited from

EShapeActionValueSubtyped.toLabel

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:27


toRuntime

toRuntime(): EShapeActionRuntimeChangeColorCode

Returns

EShapeActionRuntimeChangeColorCode

Overrides

EShapeActionValueSubtyped.toRuntime

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-change-color-code.ts:66


deserialize

deserialize(serialized, manager): EShapeActionValueChangeColorCode

Parameters

Name Type
serialized EShapeActionValueChangeColorCodeSerialized | EShapeActionValueChangeColorCodeSerializedLegacy
manager EShapeResourceManagerDeserialization

Returns

EShapeActionValueChangeColorCode

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-change-color-code.ts:81