dos h0061 defaultColorgrd - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Initial settings during play > Arrow and freeze arrow color settings
| <- frzShadowColor | defaultColorgrd | defaultFrzColorUse -> |
defaultColorgrd
- Automatic gradient setting for arrow and freeze-arrow color
Usage
|defaultColorgrd=true|
|defaultColorgrd=true,#000066|
Overview
For color codes specified in chart settings: "setColor", "frzColor", and "color_data", "acolor_data", set whether a linear gradation is automatically applied when a single color code is specified.
This setting does not apply to "titlegrd" and "titleArrowgrd".
The relay color of the automatic gradient can be set.
The default value of the relay color of the automatic gradient is changed according to backBright and background conditions.
If it is determined to be for light colors, the default value changes to #111111
.
No | Example | Description |
---|---|---|
1 | true | Enable/disable automatic linear gradient (default: false) |
2 | #000066 | Set relay color for automatic gradient (default: #eeeeee [dark], #111111 [light]) |
Example of Use
|setColor=#ffff99| // stand alone color code
|setColor=to right:#ffff99:#eeeeee:#ffff99@linear-gradient| // set to true to equal this effect
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
- backBright :pencil: Lightness/darkness status of background
- Color change (ncolor_data) :pencil:
- Gradation specification :pencil:
Changelog
Version | Change details |
---|---|
v21.2.0 | - Changed conditions for applying default values for relay colors when using automatic gradients. |
v18.2.0 | - Implemented relay color for automatic gradient |
v12.0.0 | - Initial implementation |
| <- frzShadowColor | defaultColorgrd | defaultFrzColorUse -> |