Search Results for

    Show / Hide Table of Contents

    Class HSVColor

    Inheritance
    Object
    HSVColor
    Namespace: NoSuchStudio.Common
    Assembly: NoSuchStudio-Common.dll
    Syntax
    public static class HSVColor

    Methods

    hsv2rgb(Vector3)

    Declaration
    public static Color hsv2rgb(Vector3 hsv)
    Parameters
    Type Name Description
    UnityEngine.Vector3 hsv
    Returns
    Type Description
    UnityEngine.Color

    hue2rgb(Single)

    Declaration
    public static Color hue2rgb(float hue)
    Parameters
    Type Name Description
    Single hue
    Returns
    Type Description
    UnityEngine.Color

    rgb2hsv(Color)

    Declaration
    public static Vector3 rgb2hsv(Color rgb)
    Parameters
    Type Name Description
    UnityEngine.Color rgb
    Returns
    Type Description
    UnityEngine.Vector3
    In This Article
    Back to top Generated by DocFX