Winter Cardinal UI - v0.442.0 / EShapeActionRuntimeChangeColorBrightness
EShapeActionRuntimeChangeColorBase
↳ EShapeActionRuntimeChangeColorBrightness
• new EShapeActionRuntimeChangeColorBrightness(value
): EShapeActionRuntimeChangeColorBrightness
Name | Type |
---|---|
value |
EShapeActionValueChangeColorBrightness |
EShapeActionRuntimeChangeColorBrightness
EShapeActionRuntimeChangeColorBase.constructor
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-change-color-brightness.ts:20
• Protected
Readonly
brightness: EShapeActionExpression
<null
| number
>
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-change-color-brightness.ts:18
• Protected
Readonly
condition: EShapeActionExpression
<boolean
>
EShapeActionRuntimeChangeColorBase.condition
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-conditional.ts:13
• Readonly
reset: number
EShapeActionRuntimeChangeColorBase.reset
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:16
▸ execute(shape
, runtime
, time
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
time |
number |
void
EShapeActionRuntimeChangeColorBase.execute
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-change-color-brightness.ts:25
▸ initialize(shape
, runtime
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
void
EShapeActionRuntimeChangeColorBase.initialize
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:22
▸ onBlur(shape
, runtime
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
void
EShapeActionRuntimeChangeColorBase.onBlur
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:38
▸ onClick(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
KeyboardEvent | InteractionEvent |
void
EShapeActionRuntimeChangeColorBase.onClick
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:42
▸ onDblClick(shape
, runtime
, e
, manager
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
MouseEvent | TouchEvent |
manager |
InteractionManager |
void
EShapeActionRuntimeChangeColorBase.onDblClick
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:46
▸ onDown(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
KeyboardEvent | InteractionEvent |
void
EShapeActionRuntimeChangeColorBase.onDown
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:59
▸ onDowning(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
KeyboardEvent | InteractionEvent |
void
EShapeActionRuntimeChangeColorBase.onDowning
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:55
▸ onFocus(shape
, runtime
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
void
EShapeActionRuntimeChangeColorBase.onFocus
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:34
▸ onKeyDown(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
KeyboardEvent |
void
EShapeActionRuntimeChangeColorBase.onKeyDown
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:91
▸ onKeyUp(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
KeyboardEvent |
void
EShapeActionRuntimeChangeColorBase.onKeyUp
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:95
▸ onMove(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeChangeColorBase.onMove
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:63
▸ onOut(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeChangeColorBase.onOut
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:71
▸ onOver(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeChangeColorBase.onOver
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:67
▸ onPressed(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
KeyboardEvent | InteractionEvent |
void
EShapeActionRuntimeChangeColorBase.onPressed
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:83
▸ onRender(shape
, runtime
, time
, renderer
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
time |
number |
renderer |
Renderer |
void
EShapeActionRuntimeChangeColorBase.onRender
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:127
▸ onResize(shape
, runtime
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
void
EShapeActionRuntimeChangeColorBase.onResize
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:30
▸ onRightClick(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeChangeColorBase.onRightClick
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:99
▸ onRightDown(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeChangeColorBase.onRightDown
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:107
▸ onRightDowning(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeChangeColorBase.onRightDowning
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:103
▸ onRightPressed(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeChangeColorBase.onRightPressed
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:119
▸ onRightUnpressed(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeChangeColorBase.onRightUnpressed
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:123
▸ onRightUp(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeChangeColorBase.onRightUp
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:111
▸ onRightUpOutside(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeChangeColorBase.onRightUpOutside
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:115
▸ onUnpressed(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
KeyboardEvent | InteractionEvent |
void
EShapeActionRuntimeChangeColorBase.onUnpressed
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:87
▸ onUp(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
KeyboardEvent | InteractionEvent |
void
EShapeActionRuntimeChangeColorBase.onUp
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:75
▸ onUpOutside(shape
, runtime
, e
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
KeyboardEvent | InteractionEvent |
void
EShapeActionRuntimeChangeColorBase.onUpOutside
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:79
▸ set(shape
, runtime
, time
, brightness
): void
Name | Type |
---|---|
shape |
EShape |
runtime |
EShapeRuntime |
time |
number |
brightness |
null | number |
void
EShapeActionRuntimeChangeColorBase.set
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-change-color-brightness.ts:32
▸ toAdjusted(color
, brightness
): number
Name | Type |
---|---|
color |
number |
brightness |
number |
number
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-change-color-brightness.ts:62