Search Results for

    Show / Hide Table of Contents

    Class ColorConverter

    Inheritance
    System.Object
    ColorConverter
    ColorConverter
    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: Oasys.Common.Tools
    Assembly: Oasys.Common.dll
    Syntax
    public class ColorConverter

    Methods

    GetColor(String)

    Declaration
    public static Color GetColor(string colorName)
    Parameters
    Type Name Description
    System.String colorName
    Returns
    Type Description
    SharpDX.Color

    GetColor(String, Int32)

    Declaration
    public static Color GetColor(string colorName, int alpha)
    Parameters
    Type Name Description
    System.String colorName
    System.Int32 alpha
    Returns
    Type Description
    SharpDX.Color

    GetColors()

    Declaration
    public static List<string> GetColors()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>

    GetColorWithAlpha(Color, Int32)

    Declaration
    public static Color GetColorWithAlpha(Color color, int alpha)
    Parameters
    Type Name Description
    SharpDX.Color color
    System.Int32 alpha
    Returns
    Type Description
    SharpDX.Color

    Extension Methods

    Extensions.In<T>(T, T[])
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾