Strata - v1.4.10
GitHub
Examples
Preparing search index...
presets
GradientPreset
Interface GradientPreset
interface
GradientPreset
{
colorEnd
?:
ColorRepresentation
;
colorMiddle
?:
ColorRepresentation
;
colorStart
?:
ColorRepresentation
;
description
:
string
;
direction
?:
"vertical"
|
"horizontal"
|
"radial"
;
name
:
string
;
useThreeColors
?:
boolean
;
}
Hierarchy (
View Summary
)
GradientMaterialOptions
GradientPreset
Index
Properties
color
End?
color
Middle?
color
Start?
description
direction?
name
use
Three
Colors?
Properties
Optional
color
End
colorEnd
?:
ColorRepresentation
Optional
color
Middle
colorMiddle
?:
ColorRepresentation
Optional
color
Start
colorStart
?:
ColorRepresentation
description
description
:
string
Optional
direction
direction
?:
"vertical"
|
"horizontal"
|
"radial"
name
name
:
string
Optional
use
Three
Colors
useThreeColors
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
End
color
Middle
color
Start
description
direction
name
use
Three
Colors
GitHub
Examples
Strata - v1.4.10
Loading...