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
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
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
TankBlue
Declaration
public Vector4? TankBlue { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Numerics.Vector4> |
|
Methods
|
Improve this Doc
View Source
Apply()
Declaration