Search Results for

    Show / Hide Table of Contents

    Class ColorHelper

    A set of functions for helping with default colours in the application. The application can color tabs for ensuring layouts look different. This helps cycle through a set of distinct colors to make sure tabs dont clash

    Inheritance
    object
    ColorHelper
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Utils
    Assembly: LemonEdge.Utils.dll
    Syntax
    public static class ColorHelper

    Methods

    GetSafeColor()

    Returns the next safe color to use so it doesn't clash with any current colors

    Declaration
    public static Color GetSafeColor()
    Returns
    Type Description
    Color

    The next safe color to use so it doesn't clash with any current colors

    In this article
    Back to top © LemonEdge Technologies. All rights reserved.