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
    System.Object
    ColorHelper
    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: LemonEdge.Utils
    Assembly: Utils.dll
    Syntax
    public static class ColorHelper

    Methods

    GetSafeColor()

    Returns the next safe color to use so it doesnt clash with any current colors

    Declaration
    public static Color GetSafeColor()
    Returns
    Type Description
    System.Drawing.Color

    The next safe color to use so it doesnt clash with any current colors

    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.