Class IconElementGradientExtension
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 IconElementGradientExtension : IconElementDataExtension, IMetaClass
Properties
| Improve this Doc View SourceAlphaTexture
Declaration
public string AlphaTexture { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CustomGradientParams
Declaration
public Vector4 CustomGradientParams { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector4 |
DitherStrength
Declaration
public float DitherStrength { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
EndColor
Declaration
public Vector4 EndColor { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector4 |
GradientDirection
Declaration
public uint GradientDirection { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
m3665317522
Declaration
public bool m3665317522 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartColor
Declaration
public Vector4 StartColor { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector4 |