Skip to content

dos h0047 colorCdPaddingUse

tickle edited this page Sep 28, 2023 · 9 revisions

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 πŸ“ Initial color setting of arrows (frames) for each color group
  • frzColor πŸ“ Initial color settings for freeze-arrows for each color group

Changelog

Version Change details
v7.4.0 - Initial implementation

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

English | Japanese

How To Play

How To Make

How to upgrade? / What's New?

Specification (for creators)

Specification (for developers)

Tips

Repository Local Rules

Others

Clone this wiki locally