dos h0047 colorCdPaddingUse - cwtickle/danoniplus-docs GitHub Wiki

English | Japanese

Home > Chart settings specification > Initial settings in settings screen

| <- colorDataType | colorCdPaddingUse || setColor -> |

colorCdPaddingUse

  • Zero padding for initial arrow color and freeze-arrow color

Usage

|colorCdPaddingUse=true|

Overview

Sets whether or not pre-zero padding is performed for the initial arrow color and initial freeze-arrow color code. For example, 0xff is complemented with #0000ff and 0xffff with #00ffff.

Default is false (no zero padding).

Value Default Description
false * No zero padding (JavaScript standard)
true Zero padding (Flash standard)

Additional information

This setting is left in place because the old Flash and JavaScript use different color code completion methods.

This setting is applicable only to chart settings: "setColor" and "frzColor". It does not apply to individual color changes (color_data) or overall color changes (acolor_data).

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

Changelog

Version Change details
v7.4.0 - Initial implementation

| <- colorDataType | colorCdPaddingUse || setColor -> |