Winter Cardinal UI - v0.457.0 / EShapeActionValueChangeColorCode
EShapeActionValueSubtyped<EShapeActionValueChangeColorType>
↳ EShapeActionValueChangeColorCode
• new EShapeActionValueChangeColorCode(subtype, condition, color, alpha, blend): EShapeActionValueChangeColorCode
| Name | Type |
|---|---|
subtype |
number |
condition |
string |
color |
string |
alpha |
string |
blend |
string |
EShapeActionValueChangeColorCode
EShapeActionValueSubtyped.constructor
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-change-color-code.ts:43
• Readonly alpha: string
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-change-color-code.ts:40
• Readonly blend: string
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-change-color-code.ts:41
• Readonly color: string
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-change-color-code.ts:39
• Readonly condition: string
EShapeActionValueSubtyped.condition
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:16
• Readonly subtype: number
EShapeActionValueSubtyped.subtype
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-subtyped.ts:13
• Readonly type: number
EShapeActionValueSubtyped.type
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:15
▪ Static Protected Optional THEME: EThemeShapeActionValue
EShapeActionValueSubtyped.THEME
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:13
▸ getTheme(): EThemeShapeActionValue
EShapeActionValueSubtyped.getTheme
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:31
▸ isEquals(value): boolean
| Name | Type |
|---|---|
value |
EShapeActionValue |
boolean
EShapeActionValueSubtyped.isEquals
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-change-color-code.ts:56
▸ serialize(manager): number
| Name | Type |
|---|---|
manager |
EShapeResourceManagerSerialization |
number
EShapeActionValueSubtyped.serialize
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-change-color-code.ts:70
▸ toLabel(): string
string
EShapeActionValueSubtyped.toLabel
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:27
▸ toRuntime(): EShapeActionRuntimeChangeColorCode
EShapeActionRuntimeChangeColorCode
EShapeActionValueSubtyped.toRuntime
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-change-color-code.ts:66
▸ deserialize(serialized, manager): EShapeActionValueChangeColorCode
| Name | Type |
|---|---|
serialized |
EShapeActionValueChangeColorCodeSerialized | EShapeActionValueChangeColorCodeSerializedLegacy |
manager |
EShapeResourceManagerDeserialization |
EShapeActionValueChangeColorCode
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-change-color-code.ts:81