Class BinTreeColor
Represents a property with a Color value
Inheritance
System.Object
BinTreeColor
Assembly: LeagueToolkit.dll
public sealed class BinTreeColor : BinTreeProperty
Constructors
|
Improve this Doc
View Source
Creates a new BinTreeColor object with the specified parameters
Declaration
public BinTreeColor(uint nameHash, Color value)
Parameters
Type |
Name |
Description |
System.UInt32 |
nameHash |
The hashed property name
|
Color |
value |
The value of the property
|
Properties
|
Improve this Doc
View Source
Gets the type of the property
Declaration
public override BinPropertyType Type { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Gets the value of the property
Declaration
public Color Value { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public override bool Equals(BinTreeProperty other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
WriteContent(BinaryWriter)
Declaration
protected override void WriteContent(BinaryWriter bw)
Parameters
Type |
Name |
Description |
BinaryWriter |
bw |
|
Overrides
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator Color(BinTreeColor property)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static implicit operator Vector4(BinTreeColor property)
Parameters
Returns