Class ImGuiColors
Class containing frequently used colors for easier reference.
Assembly: Dalamud.dll
public static class ImGuiColors
Properties
DalamudRed
Gets red used in dalamud.
public static Vector4 DalamudRed { get; }
DalamudGrey
Gets grey used in dalamud.
public static Vector4 DalamudGrey { get; }
DalamudGrey2
Gets grey used in dalamud.
public static Vector4 DalamudGrey2 { get; }
DalamudGrey3
Gets grey used in dalamud.
public static Vector4 DalamudGrey3 { get; }
DalamudWhite
Gets white used in dalamud.
public static Vector4 DalamudWhite { get; }
DalamudWhite2
Gets white used in dalamud.
public static Vector4 DalamudWhite2 { get; }
DalamudOrange
Gets orange used in dalamud.
public static Vector4 DalamudOrange { get; }
DalamudYellow
Gets yellow used in dalamud.
public static Vector4 DalamudYellow { get; }
DalamudViolet
Gets violet used in dalamud.
public static Vector4 DalamudViolet { get; }
TankBlue
Gets tank blue (UIColor37).
public static Vector4 TankBlue { get; }
HealerGreen
Gets healer green (UIColor504).
public static Vector4 HealerGreen { get; }
DPSRed
Gets dps red (UIColor545).
public static Vector4 DPSRed { get; }
ParsedGrey
Gets parsed grey.
public static Vector4 ParsedGrey { get; }
ParsedGreen
Gets parsed green.
public static Vector4 ParsedGreen { get; }
ParsedBlue
Gets parsed blue.
public static Vector4 ParsedBlue { get; }
ParsedPurple
Gets parsed purple.
public static Vector4 ParsedPurple { get; }
ParsedOrange
Gets parsed orange.
public static Vector4 ParsedOrange { get; }
ParsedPink
Gets parsed pink.
public static Vector4 ParsedPink { get; }
ParsedGold
Gets parsed gold.
public static Vector4 ParsedGold { get; }
InfoForeground
Gets a foreground color used globally to denote general information.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.