Winter Cardinal UI - v0.442.0 / DThemeDarkTableBodyCellColor
DButtonColor theme.
↳ DThemeDarkTableBodyCellColor
• new DThemeDarkTableBodyCellColor(backgroundColor?
, hover?
, pressed?
): DThemeDarkTableBodyCellColor
Name | Type | Default value |
---|---|---|
backgroundColor |
number |
0x484848 |
hover |
number |
0.017 |
pressed |
number |
0.034 |
DThemeDarkButtonColor.constructor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:25
• Protected
Readonly
BACKGROUND_COLOR: number
DThemeDarkButtonColor.BACKGROUND_COLOR
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:19
• Protected
Readonly
BACKGROUND_COLOR_HOVERED: number
DThemeDarkButtonColor.BACKGROUND_COLOR_HOVERED
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:20
• Protected
Readonly
BACKGROUND_COLOR_PRESSED: number
DThemeDarkButtonColor.BACKGROUND_COLOR_PRESSED
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:21
• Protected
Readonly
OUTLINE_COLOR: number
DThemeDarkButtonColor.OUTLINE_COLOR
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:23
▸ getAlpha(state
): number
Name | Type |
---|---|
state |
DBaseStateSet |
number
DThemeTableBodyCellColor.getAlpha
DThemeDarkButtonColor.getAlpha
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-color.ts:38
▸ getBackgroundAlpha(state
): number
Returns a background alpha.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeTableBodyCellColor.getBackgroundAlpha
DThemeDarkButtonColor.getBackgroundAlpha
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-color.ts:22
▸ getBackgroundColor(state
): null
| number
Returns a background color. If the color is null, backgrounds are not be rendered.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
null
| number
DThemeTableBodyCellColor.getBackgroundColor
DThemeDarkButtonColor.getBackgroundColor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-color.ts:18
▸ getBackgroundTexture(): Texture
Returns a background texture.
Texture
DThemeTableBodyCellColor.getBackgroundTexture
DThemeDarkButtonColor.getBackgroundTexture
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:88
▸ getBorderAlign(state
): number
Returns a border align.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeTableBodyCellColor.getBorderAlign
DThemeDarkButtonColor.getBorderAlign
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:104
▸ getBorderAlpha(state
): number
Returns a border alpha.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeTableBodyCellColor.getBorderAlpha
DThemeDarkButtonColor.getBorderAlpha
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:96
▸ getBorderColor(state
): null
| number
Returns a border color. If the color is null, borders are not be rendered.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
null
| number
DThemeTableBodyCellColor.getBorderColor
DThemeDarkButtonColor.getBorderColor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-color.ts:26
▸ getBorderMask(state
): number
Returns a border mask.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a mask |
number
DThemeTableBodyCellColor.getBorderMask
DThemeDarkButtonColor.getBorderMask
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-color.ts:30
▸ getBorderTexture(): Texture
Returns a border texture.
Texture
DThemeTableBodyCellColor.getBorderTexture
DThemeDarkButtonColor.getBorderTexture
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:112
▸ getBorderWidth(state
): number
Returns a border width.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeTableBodyCellColor.getBorderWidth
DThemeDarkButtonColor.getBorderWidth
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:100
▸ getClearType(): number
Returns a clear type. A clear type is for layout classes including DLayoutVertical.
number
DThemeTableBodyCellColor.getClearType
DThemeDarkButtonColor.getClearType
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:167
▸ getColor(state
): number
Name | Type |
---|---|
state |
DBaseStateSet |
number
DThemeTableBodyCellColor.getColor
DThemeDarkButtonColor.getColor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-color.ts:34
▸ getCornerMask(): number
Returns a corner mask.
number
DThemeTableBodyCellColor.getCornerMask
DThemeDarkButtonColor.getCornerMask
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-color.ts:46
▸ getCornerRadius(): number
Returns a corner radius.
number
DThemeTableBodyCellColor.getCornerRadius
DThemeDarkButtonColor.getCornerRadius
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:132
▸ getCursor(state
): string
Returns a cursor.
Name | Type |
---|---|
state |
DBaseStateSet |
string
DThemeTableBodyCellColor.getCursor
DThemeDarkButtonColor.getCursor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:126
▸ getFontFamilly(): string
string
DThemeTableBodyCellColor.getFontFamilly
DThemeDarkButtonColor.getFontFamilly
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:11
▸ getFontSize(): number
number
DThemeTableBodyCellColor.getFontSize
DThemeDarkButtonColor.getFontSize
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:15
▸ getFontStyle(): DFontStyle
DThemeTableBodyCellColor.getFontStyle
DThemeDarkButtonColor.getFontStyle
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:27
▸ getFontVariant(): DFontVariant
DThemeTableBodyCellColor.getFontVariant
DThemeDarkButtonColor.getFontVariant
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:31
▸ getFontWeight(): DFontWeight
DThemeTableBodyCellColor.getFontWeight
DThemeDarkButtonColor.getFontWeight
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:23
▸ getHeight(): DCoordinateSize
Returns a height.
DThemeTableBodyCellColor.getHeight
DThemeDarkButtonColor.getHeight
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-color.ts:42
▸ getImageAlignHorizontal(): DAlignHorizontal
DThemeTableBodyCellColor.getImageAlignHorizontal
DThemeDarkButtonColor.getImageAlignHorizontal
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:18
▸ getImageAlignVertical(): DAlignVertical
DThemeTableBodyCellColor.getImageAlignVertical
DThemeDarkButtonColor.getImageAlignVertical
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:22
▸ getImageAlignWith(): DAlignWith
DThemeTableBodyCellColor.getImageAlignWith
DThemeDarkButtonColor.getImageAlignWith
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:26
▸ getImageMarginHorizontal(): number
number
DThemeTableBodyCellColor.getImageMarginHorizontal
DThemeDarkButtonColor.getImageMarginHorizontal
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:30
▸ getImageMarginVertial(): number
number
DThemeTableBodyCellColor.getImageMarginVertial
DThemeDarkButtonColor.getImageMarginVertial
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:34
▸ getImageRotation(state
): number
Name | Type |
---|---|
state |
DBaseStateSet |
number
DThemeTableBodyCellColor.getImageRotation
DThemeDarkButtonColor.getImageRotation
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:46
▸ getImageSource(state
): Texture
Name | Type |
---|---|
state |
DBaseStateSet |
Texture
DThemeTableBodyCellColor.getImageSource
DThemeDarkButtonColor.getImageSource
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-color.ts:37
▸ getImageTintAlpha(state
): number
Name | Type |
---|---|
state |
DBaseStateSet |
number
DThemeTableBodyCellColor.getImageTintAlpha
DThemeDarkButtonColor.getImageTintAlpha
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:42
▸ getImageTintColor(state
): null
| number
Name | Type |
---|---|
state |
DBaseStateSet |
null
| number
DThemeTableBodyCellColor.getImageTintColor
DThemeDarkButtonColor.getImageTintColor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-color.ts:33
▸ getInteractive(): number
Returns an interactivity.
number
DThemeTableBodyCellColor.getInteractive
DThemeDarkButtonColor.getInteractive
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:175
▸ getLineHeight(): number
number
DThemeTableBodyCellColor.getLineHeight
DThemeDarkButtonColor.getLineHeight
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:42
▸ getOutlineAlign(state
): number
Returns an outline align.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeTableBodyCellColor.getOutlineAlign
DThemeDarkButtonColor.getOutlineAlign
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:159
▸ getOutlineAlpha(state
): number
Returns an outline alpha.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeTableBodyCellColor.getOutlineAlpha
DThemeDarkButtonColor.getOutlineAlpha
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:144
▸ getOutlineColor(state
): null
| number
Returns an outline color. If the color is null, outlines are not be rendered.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
null
| number
DThemeTableBodyCellColor.getOutlineColor
DThemeDarkButtonColor.getOutlineColor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:68
▸ getOutlineColorActive(state
): null
| number
Name | Type |
---|---|
state |
DBaseStateSet |
null
| number
DThemeDarkButtonColor.getOutlineColorActive
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:75
▸ getOutlineColorNonActive(state
): null
| number
Name | Type |
---|---|
state |
DBaseStateSet |
null
| number
DThemeDarkButtonColor.getOutlineColorNonActive
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:79
▸ getOutlineMask(state
): number
Returns an outline mask.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeTableBodyCellColor.getOutlineMask
DThemeDarkButtonColor.getOutlineMask
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:163
▸ getOutlineOffset(state
): number
Returns an outline offset.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeTableBodyCellColor.getOutlineOffset
DThemeDarkButtonColor.getOutlineOffset
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:83
▸ getOutlineOffsetActive(state
): number
Name | Type |
---|---|
state |
DBaseStateSet |
number
DThemeDarkButtonColor.getOutlineOffsetActive
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:90
▸ getOutlineOffsetNonActive(state
): number
Name | Type |
---|---|
state |
DBaseStateSet |
number
DThemeDarkButtonColor.getOutlineOffsetNonActive
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:94
▸ getOutlineWidth(state
): number
Returns an outline width.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeTableBodyCellColor.getOutlineWidth
DThemeDarkButtonColor.getOutlineWidth
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:151
▸ getPaddingBottom(): number
Returns a bottom padding.
number
DThemeTableBodyCellColor.getPaddingBottom
DThemeDarkButtonColor.getPaddingBottom
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:128
▸ getPaddingLeft(): number
Returns a left padding.
number
DThemeTableBodyCellColor.getPaddingLeft
DThemeDarkButtonColor.getPaddingLeft
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:110
▸ getPaddingRight(): number
Returns a right padding.
number
DThemeTableBodyCellColor.getPaddingRight
DThemeDarkButtonColor.getPaddingRight
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:114
▸ getPaddingTop(): number
Returns a top padding.
number
DThemeTableBodyCellColor.getPaddingTop
DThemeDarkButtonColor.getPaddingTop
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:124
▸ getSecondaryImageAlignHorizontal(): DAlignHorizontal
DThemeTableBodyCellColor.getSecondaryImageAlignHorizontal
DThemeDarkButtonColor.getSecondaryImageAlignHorizontal
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:54
▸ getSecondaryImageAlignVertical(): DAlignVertical
DThemeTableBodyCellColor.getSecondaryImageAlignVertical
DThemeDarkButtonColor.getSecondaryImageAlignVertical
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:58
▸ getSecondaryImageAlignWith(): DAlignWith
DThemeTableBodyCellColor.getSecondaryImageAlignWith
DThemeDarkButtonColor.getSecondaryImageAlignWith
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:62
▸ getSecondaryImageMarginHorizontal(): number
number
DThemeTableBodyCellColor.getSecondaryImageMarginHorizontal
DThemeDarkButtonColor.getSecondaryImageMarginHorizontal
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:66
▸ getSecondaryImageMarginVertial(): number
number
DThemeTableBodyCellColor.getSecondaryImageMarginVertial
DThemeDarkButtonColor.getSecondaryImageMarginVertial
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:70
▸ getSecondaryImageRotation(state
): number
Name | Type |
---|---|
state |
DBaseStateSet |
number
DThemeTableBodyCellColor.getSecondaryImageRotation
DThemeDarkButtonColor.getSecondaryImageRotation
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:82
▸ getSecondaryImageTintAlpha(state
): number
Name | Type |
---|---|
state |
DBaseStateSet |
number
DThemeTableBodyCellColor.getSecondaryImageTintAlpha
DThemeDarkButtonColor.getSecondaryImageTintAlpha
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:78
▸ getSecondaryImageTintColor(state
): null
| number
Name | Type |
---|---|
state |
DBaseStateSet |
null
| number
DThemeTableBodyCellColor.getSecondaryImageTintColor
DThemeDarkButtonColor.getSecondaryImageTintColor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:74
▸ getShadow(): null
| DShadow
Returns a shadow. If a shadow is null, no shadow is rendered.
null
| DShadow
DThemeTableBodyCellColor.getShadow
DThemeDarkButtonColor.getShadow
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:171
▸ getTertiaryImageAlignHorizontal(): DAlignHorizontal
DThemeTableBodyCellColor.getTertiaryImageAlignHorizontal
DThemeDarkButtonColor.getTertiaryImageAlignHorizontal
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:86
▸ getTertiaryImageAlignVertical(): DAlignVertical
DThemeTableBodyCellColor.getTertiaryImageAlignVertical
DThemeDarkButtonColor.getTertiaryImageAlignVertical
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:90
▸ getTertiaryImageAlignWith(): DAlignWith
DThemeTableBodyCellColor.getTertiaryImageAlignWith
DThemeDarkButtonColor.getTertiaryImageAlignWith
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:94
▸ getTertiaryImageMarginHorizontal(): number
number
DThemeTableBodyCellColor.getTertiaryImageMarginHorizontal
DThemeDarkButtonColor.getTertiaryImageMarginHorizontal
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:98
▸ getTertiaryImageMarginVertial(): number
number
DThemeTableBodyCellColor.getTertiaryImageMarginVertial
DThemeDarkButtonColor.getTertiaryImageMarginVertial
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:102
▸ getTertiaryImageRotation(state
): number
Name | Type |
---|---|
state |
DBaseStateSet |
number
DThemeTableBodyCellColor.getTertiaryImageRotation
DThemeDarkButtonColor.getTertiaryImageRotation
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:114
▸ getTertiaryImageTintAlpha(state
): number
Name | Type |
---|---|
state |
DBaseStateSet |
number
DThemeTableBodyCellColor.getTertiaryImageTintAlpha
DThemeDarkButtonColor.getTertiaryImageTintAlpha
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:110
▸ getTertiaryImageTintColor(state
): null
| number
Name | Type |
---|---|
state |
DBaseStateSet |
null
| number
DThemeTableBodyCellColor.getTertiaryImageTintColor
DThemeDarkButtonColor.getTertiaryImageTintColor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:106
▸ getTextAlignHorizontal(): DAlignHorizontal
DThemeTableBodyCellColor.getTextAlignHorizontal
DThemeDarkButtonColor.getTextAlignHorizontal
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:106
▸ getTextAlignVertical(): DAlignVertical
DThemeTableBodyCellColor.getTextAlignVertical
DThemeDarkButtonColor.getTextAlignVertical
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:19
▸ getTextFormatter(): (value
: DColorAndAlpha
, caller
: DButtonColor
<DThemeButtonColor
, DButtonColorOptions
<DThemeButtonColor
, any
>>) => string
fn
▸ (value
, caller
): string
Name | Type |
---|---|
value |
DColorAndAlpha |
caller |
DButtonColor <DThemeButtonColor , DButtonColorOptions <DThemeButtonColor , any >> |
string
DThemeTableBodyCellColor.getTextFormatter
DThemeDarkButtonColor.getTextFormatter
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-color.ts:41
▸ getTextStyleClipping(): boolean
boolean
DThemeTableBodyCellColor.getTextStyleClipping
DThemeDarkButtonColor.getTextStyleClipping
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:31
▸ getTextStyleFitting(): boolean
boolean
DThemeTableBodyCellColor.getTextStyleFitting
DThemeDarkButtonColor.getTextStyleFitting
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:35
▸ getTextStyleWordWrap(): DDynamicTextStyleWordWrap
DThemeTableBodyCellColor.getTextStyleWordWrap
DThemeDarkButtonColor.getTextStyleWordWrap
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:39
▸ getTextValue(state
): undefined
| DColorAndAlpha
Returns a text value. Called to get a text vale if there is no text value.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
undefined
| DColorAndAlpha
DThemeTableBodyCellColor.getTextValue
DThemeDarkButtonColor.getTextValue
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:47
▸ getTitle(): string
Returns a tooltip text.
string
DThemeTableBodyCellColor.getTitle
DThemeDarkButtonColor.getTitle
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:183
▸ getWeight(): number
Returns a weight. Weights are for layout classes including DLayoutVertical. If a weight is less than or equals to zero, layout classes are supposed not to change a width / height.
number
DThemeTableBodyCellColor.getWeight
DThemeDarkButtonColor.getWeight
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:187
▸ getWhen(): DButtonBaseWhen
Returns when to activate a button.
DThemeTableBodyCellColor.getWhen
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:122
▸ getWidth(): DCoordinateSize
Returns a width.
DThemeTableBodyCellColor.getWidth
DThemeDarkButtonColor.getWidth
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:102
▸ getX(): DCoordinatePosition
Returns a X coordinate.
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:64
▸ getY(): DCoordinatePosition
Returns a Y coordinate.
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:68
▸ isOverflowMaskEnabled(): boolean
boolean
DThemeTableBodyCellColor.isOverflowMaskEnabled
DThemeDarkButtonColor.isOverflowMaskEnabled
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:27
▸ isToggle(): boolean
Returns true to turn a toggle mode on.
boolean
DThemeTableBodyCellColor.isToggle
DThemeDarkButtonColor.isToggle
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:118
▸ newShadow(): null
| DShadow
Creates a new shadow.
null
| DShadow
DThemeTableBodyCellColor.newShadow
DThemeDarkButtonColor.newShadow
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:191
▸ newShadowWeak(): null
| DShadow
Creates a new weak shadow.
null
| DShadow
DThemeTableBodyCellColor.newShadowWeak
DThemeDarkButtonColor.newShadowWeak
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:195
▸ newState(state
): void
Returns true if focusable.
Name | Type |
---|---|
state |
DBaseStateSet |
void
DThemeTableBodyCellColor.newState
DThemeDarkButtonColor.newState
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:179
▸ newTextValue(): DStateAwareOrValueMightBe
<DColorAndAlpha
>
Returns a new text value. Called to initialize a text value if a text value is not given.
DStateAwareOrValueMightBe
<DColorAndAlpha
>
DThemeTableBodyCellColor.newTextValue
DThemeDarkButtonColor.newTextValue
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-color.ts:45