dos h0003 setColor - cwtickle/danoniplus-docs GitHub Wiki

English | Japanese

Home > Chart settings specification > Initial settings during play > Arrow and freeze arrow color settings

| <- colorCdPaddingUse || setColor | frzColor -> |

setColor

  • Initial color setting of arrows (frames) for each color group

Usage

|setColor=#9999ff,#ccffff,#ffffff,#ffff99,#ff9966|
|setColor=#ffcccc:#ffffff@radial-gradient,#ff9999:#ffff99@conic-gradient,#ffffff,#ffff99,#ff9966|
|setColor2=#ff9999,#ccffff,#ffffff,#ffff99,#ff9966| // 2nd chart
|setColor3=#ff9999,#ccffff,#ffffff,#ffff99,#ff9966| // 3rd chart

|setColor4=setColor2|  // The fourth chart is a copy of the data of the second chart

Overview

Specifies the arrow color. The specification is in the form of "#ffffffff" or "0xffffffff". If you specify 5 colors separated by commas, the colors will be automatically assigned according to the key type. (It is not random, but determined by the key type.)

Also, since ver12, gradation by colon (:) delimitation is supported.

Additional information 1: Color completion when omitted

  • Color completion is performed as follows.
|setColor=#ff9999|                   (1) only    ⇒ Fill all with (1)
   -> #ffff99,#ffff99,#ffff99,#ffff99,#ffff99
|setColor=#ff3333,#99ffff|           (1),(2)     ⇒ Repetition of (1) and (2)
   -> #ff3333,#99ffff,#ff3333,#99ffff,#ff3333
|setColor=#ff3333,#99ffff,#ffffff|   (1),(2),(3) ⇒ Repetition of (1), (2), and (3)
   -> #ff3333,#99ffff,#ffffff,#ff3333,#99ffff

Additional information 2: Individual settings for the second and later charts

  • You can set individual settings for the second and later charts. You can specify like "setColor2", "setColor3", ... . The usage is the same as "setColor". The usage is the same as "setColor". If not specified, the value of "setColor" is used as before.

Reference: About colors assigned by "setColor"

  • Assigned colors can be checked on the key configuration screen.

Related pages

Changelog

Version Change details
v36.3.0 - Extended to specify up to 10 items.
v31.2.0 - Added a function to refer to data of other chart by specifying setColor 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 - Changed color completion specification when omitted
v12.0.0 - Supports gradient descriptions
v1.0.0 - Initial implementation

| <- colorCdPaddingUse || setColor | frzColor -> |