FillColorScheme
Modified in version 5.0
FillColorScheme ( schemeIndex ; colorVariant ; opacity )
| Argument | Type | Range | Default | Note | 
|---|---|---|---|---|
| schemeIndex | int | 0..20 | 1 | |
| colorVariant | int | -1..0 | solid | |
| opacity | num | 0..1 | 1 | 
Examples
FillColorScheme(earth;shaded)
FillColorScheme(earth;-1;0.3) /* Shaded, translucent. */
Description
For more details, please refer to Color Schemes.
|  | FILL_COLOR_SCHEME_01 | 
| 1 | OpenDrawing(200;200) | 
| 2 | ChartData(18 13 11 9 8 4) | 
| 3 | |
| 4 | /* Set up styles. */ | 
| 5 | |
| 6 | |
| 7 | ShadowStyle(all;2 2 4) | 
| 8 | 
