dos h0062 frzShadowColor - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Initial settings during play > Arrow and freeze arrow color settings
| <- setShadowColor | frzShadowColor | defaultColorgrd -> |
frzShadowColor
- Fill and color settings for the inside of the freeze-arrow
Usage
|frzShadowColor=Default|
|frzShadowColor=#ffcccc:#ffffff@radial-gradient,#9999ff$...|
|frzShadowColor2=#666666$#333333$#000000$#333333$#333333|
|frzShadowColor3=frzShadowColor2| // The third chart is a copy of the data of the second chart
Overview
This setting is related to the fill color inside the freeze-arrow. If not specified, it is forced to be "black". A set of two (separated by commas) represents "normal" and "hit" freeze-arrows. In addition, by specifying "$" followed by four "$" each, the freeze arrow fill color can be changed for each arrow lane corresponding to "setColor(setShadowColor)".
Additional information: Color completion when omitted
Basically, it is the same as the color completion method of frzColor
.
- If unspecified: Assigns the color specified by
setShadowColor
to "normal" and "hit".
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
- setShadowColor :pencil: Fill settings and color settings for the inside of the arrow
- defaultFrzColorUse :pencil: Whether to use the default set when the initial color of the freeze arrow is unspecified
- Gradation specification :pencil:
Changelog
Version | Change details |
---|---|
v31.2.0 | - Added a function to refer to data of other chart by specifying frzShadowColor 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.1.1 | - Support for omitting some descriptions of arrow lanes (with implementation of "defaultFrzColorUse") |
v13.0.0 | - Initial implementation |
| <- setShadowColor | frzShadowColor | defaultColorgrd -> |