Winter Cardinal UI - v0.442.0 / EShapeActionValueChangeColor

Class: EShapeActionValueChangeColor

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EShapeActionValueChangeColor(subtype, condition, target, color, alpha, blend): EShapeActionValueChangeColor

Parameters

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

Returns

EShapeActionValueChangeColor

Overrides

EShapeActionValueSubtyped.constructor

Defined in

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

Properties

alpha

Readonly alpha: number

Defined in

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


blend

Readonly blend: string

Defined in

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


color

Readonly color: number

Defined in

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


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


target

Readonly target: EShapeActionValueChangeColorTargetColorOrAlpha

Defined in

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


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.ts:64


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.ts:79


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(): EShapeActionRuntimeChangeColor

Returns

EShapeActionRuntimeChangeColor

Overrides

EShapeActionValueSubtyped.toRuntime

Defined in

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


deserialize

deserialize(serialized, manager): EShapeActionValueChangeColor

Parameters

Name Type
serialized EShapeActionValueChangeColorSerialized | EShapeActionValueChangeColorSerializedLegacy
manager EShapeResourceManagerDeserialization

Returns

EShapeActionValueChangeColor

Defined in

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