For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/interfaces/RGB.md.

Interface: RGB

Beta

表示 Minecraft 中完全可自定义的颜色。

Represents a fully customizable color within Minecraft.

Extended by

Properties

blue

blue: number

Beta

Remarks

确定颜色的蓝色分量。有效值在 0 到 1.0 之间。

Determines a color's blue component. Valid values are between 0 and 1.0.


green

green: number

Beta

Remarks

确定颜色的绿色分量。有效值在 0 到 1.0 之间。

Determines a color's green component. Valid values are between 0 and 1.0.


red

red: number

Beta

Remarks

确定颜色的红色分量。有效值在 0 到 1.0 之间。

Determines a color's red component. Valid values are between 0 and 1.0.