Class DalamudColors
Inheritance
System.Object
DalamudColors
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Dalamud.dll
Syntax
public class DalamudColors
Properties
|
Improve this Doc
View Source
DalamudGrey
Declaration
public Vector4? DalamudGrey { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
DalamudGrey2
Declaration
public Vector4? DalamudGrey2 { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
DalamudGrey3
Declaration
public Vector4? DalamudGrey3 { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
DalamudOrange
Declaration
public Vector4? DalamudOrange { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
DalamudRed
Declaration
public Vector4? DalamudRed { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
DalamudViolet
Declaration
public Vector4? DalamudViolet { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
DalamudWhite
Declaration
public Vector4? DalamudWhite { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
DalamudWhite2
Declaration
public Vector4? DalamudWhite2 { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
DalamudYellow
Declaration
public Vector4? DalamudYellow { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
DPSRed
Declaration
public Vector4? DPSRed { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
HealerGreen
Declaration
public Vector4? HealerGreen { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
ParsedBlue
Declaration
public Vector4? ParsedBlue { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
ParsedGold
Declaration
public Vector4? ParsedGold { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
ParsedGreen
Declaration
public Vector4? ParsedGreen { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
ParsedGrey
Declaration
public Vector4? ParsedGrey { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
ParsedOrange
Declaration
public Vector4? ParsedOrange { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
ParsedPink
Declaration
public Vector4? ParsedPink { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
ParsedPurple
Declaration
public Vector4? ParsedPurple { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
TankBlue
Declaration
public Vector4? TankBlue { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
Methods
|
Improve this Doc
View Source
Apply()
Declaration