Winter Cardinal UI - v0.442.0 / EShapeActionValueChangeColorBrightness

Class: EShapeActionValueChangeColorBrightness

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EShapeActionValueChangeColorBrightness(subtype, condition, brightness): EShapeActionValueChangeColorBrightness

Parameters

Name Type
subtype number
condition string
brightness string

Returns

EShapeActionValueChangeColorBrightness

Overrides

EShapeActionValueSubtyped.constructor

Defined in

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

Properties

brightness

Readonly brightness: string

Defined in

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


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-brightness.ts:42


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-brightness.ts:54


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

Returns

EShapeActionRuntimeChangeColorBrightness

Overrides

EShapeActionValueSubtyped.toRuntime

Defined in

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


deserialize

deserialize(serialized, manager): EShapeActionValueChangeColorBrightness

Parameters

Name Type
serialized EShapeActionValueChangeColorBrightnessSerialized | EShapeActionValueChangeColorBrightnessSerializedLegacy
manager EShapeResourceManagerDeserialization

Returns

EShapeActionValueChangeColorBrightness

Defined in

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