Winter Cardinal UI - v0.442.0 / DImagePieceTint
• alpha: DStateAwareOrValueMightBe
<number
>
src/main/typescript/wcardinal/ui/d-image-piece-tint.ts:11
• color: DStateAwareOrValueMightBe
<null
| number
>
src/main/typescript/wcardinal/ui/d-image-piece-tint.ts:10
▸ getAlpha(state
): number
Name | Type |
---|---|
state |
DBaseStateSet |
number
src/main/typescript/wcardinal/ui/d-image-piece-tint.ts:17
▸ getColor(state
): null
| number
Name | Type |
---|---|
state |
DBaseStateSet |
null
| number
src/main/typescript/wcardinal/ui/d-image-piece-tint.ts:16
▸ set(color?
, alpha?
): this
Name | Type |
---|---|
color? |
DStateAwareOrValueMightBe <null | number > |
alpha? |
DStateAwareOrValueMightBe <number > |
this