Search Results for

    Show / Hide Table of Contents

    Class ColorSelector

    Color selection application

    Inheritance
    object
    ColorSelector
    Namespace: Terminaux.Inputs.Styles
    Assembly: Terminaux.dll
    Syntax
    public static class ColorSelector

    Methods

    | Edit this page View Source

    OpenColorSelector(Color, ColorSettings?, bool)

    Opens the color selector

    Declaration
    public static Color OpenColorSelector(Color initialColor, ColorSettings? settings = null, bool readOnly = false)
    Parameters
    Type Name Description
    Color initialColor

    Initial color to use

    ColorSettings settings

    Settings to use

    bool readOnly

    Whether you need to make the color selector read-only or read-write.

    Returns
    Type Description
    Color

    An instance of Color to get the resulting color

    | Edit this page View Source

    OpenColorSelector(ColorSettings?, bool)

    Opens the color selector

    Declaration
    public static Color OpenColorSelector(ColorSettings? settings = null, bool readOnly = false)
    Parameters
    Type Name Description
    ColorSettings settings

    Settings to use

    bool readOnly

    Whether you need to make the color selector read-only or read-write.

    Returns
    Type Description
    Color

    An instance of Color to get the resulting color

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX