League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class IconElementGradientExtension

    Inheritance
    System.Object
    IconElementDataExtension
    IconElementGradientExtension
    Implements
    IMetaClass
    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 Source

    AlphaTexture

    Declaration
    public string AlphaTexture { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CustomGradientParams

    Declaration
    public Vector4 CustomGradientParams { get; set; }
    Property Value
    Type Description
    System.Numerics.Vector4
    | Improve this Doc View Source

    DitherStrength

    Declaration
    public float DitherStrength { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    EndColor

    Declaration
    public Vector4 EndColor { get; set; }
    Property Value
    Type Description
    System.Numerics.Vector4
    | Improve this Doc View Source

    GradientDirection

    Declaration
    public uint GradientDirection { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    m3665317522

    Declaration
    public bool m3665317522 { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    StartColor

    Declaration
    public Vector4 StartColor { get; set; }
    Property Value
    Type Description
    System.Numerics.Vector4

    Implements

    IMetaClass