dos h0041 setShadowColor - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Initial settings during play > Arrow and freeze arrow color settings
| <- frzColor | setShadowColor | frzShadowColor -> |
setShadowColor
- Fill settings and color settings for the inside of the arrow
Usage
|setShadowColor=#000000|
|setShadowColor=Default|
|setShadowColor=#ffcccc:#ffffff@radial-gradient,#ff9999:#ffff99@conic-gradient,#ffffff,#ffff99,#ff9966|
|setShadowColor2=#331133,#111133,#000000,#331111,#113311|
|setShadowColor3=setShadowColor2| // The third chart is a copy of the data of the second chart
Overview
Sets whether the inside of the arrow is to be filled or not.
To specify, specify the color code or set Default
.
Default (unspecified) does not fill the inside of the arrow.
If Default
is specified, it can be the same color as the base arrow color.
(Transparency is automatically adjusted at 0.5)
The gradient description method is supported as well as "setColor". It supports individual setting for the second and later levels, as well as "setColor".
Related pages
- setColor :pencil: Initial color setting of arrows (frames) for each color group
- frzColor :pencil: Initial color settings for freeze-arrows for each color group
- frzShadowColor :pencil: Fill and color settings for the inside of the freeze-arrow
- Gradation specification :pencil:
Changelog
Version | Change details |
---|---|
v31.2.0 | - Added a function to refer to data of other chart by specifying setShadowColor name of other chart. |
v21.1.0 | - Supports individual settings for the second and subsequent charts (when splitting chart files and variable chart numbering) |
v21.0.0 | - Supports individual settings for the second and subsequent charts |
v13.0.0 | - Supports gradient descriptions |
v5.12.0 | - Initial implementation |
| <- frzColor | setShadowColor | frzShadowColor -> |