Function InternalUI::Colors::RegisterNamedColor

Function Documentation

void InternalUI::Colors::RegisterNamedColor(std::string id, Blam::Logger::MessageColor color)

Registers a new color.

Parameters
  • id: - The ID of the color. This is used to retrieve it later.

  • color: - The color data to add.