Skip to main content
Version: 14.x (API 14) [Legacy]

Class ImGuiColors

Class containing frequently used colors for easier reference.

Assembly: Dalamud.dll
Declaration
public static class ImGuiColors

Properties

DalamudRed

Gets red used in dalamud.

Declaration
public static Vector4 DalamudRed { get; }

DalamudGrey

Gets grey used in dalamud.

Declaration
public static Vector4 DalamudGrey { get; }

DalamudGrey2

Gets grey used in dalamud.

Declaration
public static Vector4 DalamudGrey2 { get; }

DalamudGrey3

Gets grey used in dalamud.

Declaration
public static Vector4 DalamudGrey3 { get; }

DalamudWhite

Gets white used in dalamud.

Declaration
public static Vector4 DalamudWhite { get; }

DalamudWhite2

Gets white used in dalamud.

Declaration
public static Vector4 DalamudWhite2 { get; }

DalamudOrange

Gets orange used in dalamud.

Declaration
public static Vector4 DalamudOrange { get; }

DalamudYellow

Gets yellow used in dalamud.

Declaration
public static Vector4 DalamudYellow { get; }

DalamudViolet

Gets violet used in dalamud.

Declaration
public static Vector4 DalamudViolet { get; }

TankBlue

Gets tank blue (UIColor37).

Declaration
public static Vector4 TankBlue { get; }

HealerGreen

Gets healer green (UIColor504).

Declaration
public static Vector4 HealerGreen { get; }

DPSRed

Gets dps red (UIColor545).

Declaration
public static Vector4 DPSRed { get; }

ParsedGrey

Gets parsed grey.

Declaration
public static Vector4 ParsedGrey { get; }

ParsedGreen

Gets parsed green.

Declaration
public static Vector4 ParsedGreen { get; }

ParsedBlue

Gets parsed blue.

Declaration
public static Vector4 ParsedBlue { get; }

ParsedPurple

Gets parsed purple.

Declaration
public static Vector4 ParsedPurple { get; }

ParsedOrange

Gets parsed orange.

Declaration
public static Vector4 ParsedOrange { get; }

ParsedPink

Gets parsed pink.

Declaration
public static Vector4 ParsedPink { get; }

ParsedGold

Gets parsed gold.

Declaration
public static Vector4 ParsedGold { get; }

InfoForeground

Gets a foreground color used globally to denote general information.

Declaration
public static Vector4 InfoForeground { get; }
Remarks

Default is the same as Dalamud.Interface.Colors.ImGuiColors.TankBlue.

InfoBackground

Gets a background color used globally to denote general information.

Declaration
public static Vector4 InfoBackground { get; }
Remarks

This color is not fully opaque by default, and is intended to be a muted version of Dalamud.Interface.Colors.ImGuiColors.InfoForeground.

SuccessForeground

Gets a foreground color used globally to denote successful actions.

Declaration
public static Vector4 SuccessForeground { get; }
Remarks

Default is the same as Dalamud.Interface.Colors.ImGuiColors.HealerGreen.

SuccessBackground

Gets a background color used globally to denote successful actions.

Declaration
public static Vector4 SuccessBackground { get; }
Remarks

This color is not fully opaque by default, and is intended to be a muted version of Dalamud.Interface.Colors.ImGuiColors.SuccessForeground.

WarningForeground

Gets a foreground color used globally to denote warnings.

Declaration
public static Vector4 WarningForeground { get; }
Remarks

Default is the same as Dalamud.Interface.Colors.ImGuiColors.DalamudOrange.

WarningBackground

Gets a background color used globally to denote warnings.

Declaration
public static Vector4 WarningBackground { get; }
Remarks

This color is not fully opaque by default, and is intended to be a muted version of Dalamud.Interface.Colors.ImGuiColors.WarningForeground.

ErrorForeground

Gets a foreground color used globally to denote errors and unsuccessful actions.

Declaration
public static Vector4 ErrorForeground { get; }
Remarks

Default is the same as Dalamud.Interface.Colors.ImGuiColors.DalamudRed.

ErrorBackground

Gets a background color used globally to denote errors and unsuccessful actions.

Declaration
public static Vector4 ErrorBackground { get; }
Remarks

This color is not fully opaque by default, and is intended to be a muted version of Dalamud.Interface.Colors.ImGuiColors.ErrorForeground.

AttentionForeground

Gets a foreground color used globally to highlight things that should catch a user's attention.

Declaration
public static Vector4 AttentionForeground { get; }
Remarks

Default is the same as Dalamud.Interface.Colors.ImGuiColors.WarningForeground and Dalamud.Interface.Colors.ImGuiColors.DalamudOrange.

AttentionBackground

Gets a background color used globally to highlight things that should catch a user's attention.

Declaration
public static Vector4 AttentionBackground { get; }
Remarks

This color is not fully opaque by default, and is intended to be a muted version of Dalamud.Interface.Colors.ImGuiColors.AttentionForeground.