Class TextureAndColorData
Inheritance
System.Object
TextureAndColorData
Implements
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()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class TextureAndColorData : IMetaClass
Properties
| Improve this Doc View SourceColor
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
ColorblindColor
Declaration
public MetaOptional<Color> ColorblindColor { get; set; }
Property Value
Type | Description |
---|---|
MetaOptional<Color> |
ColorblindTextureFile
Declaration
public string ColorblindTextureFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextureFile
Declaration
public string TextureFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |