Skip to content

MCM_Color

github-actions[bot] edited this page Jul 19, 2026 · 1 revision

Inherits: MCM_Value < MCM_Type

Description

Displays a color picker for the player to set a color in MCM

Constructors

Return Value Name and Parameters
MCM_Color MCM_Color(id: String, name: String, tooltip: String, default: Color)

Methods

Return Value Name and Parameters
Dictionary createConfigObject() const

Constructor Descriptions

MCM_Color MCM_Color(id: String, name: String, tooltip: String, default: Color)

 Constructs an MCM_Color. And then sends section, id, name, tooltip, and default parameters to the inherited MCM_Value constructor.

Clone this wiki locally