Search Results for

    Show / Hide Table of Contents

    Class ColorHSV

    Inheritance
    Object
    ColorHSV
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class ColorHSV

    Constructors

    ColorHSV(Colorf)

    Declaration
    public ColorHSV(Colorf rgb)
    Parameters
    Type Name Description
    Colorf rgb

    ColorHSV(Single, Single, Single, Single)

    Declaration
    public ColorHSV(float h, float s, float v, float a = 1F)
    Parameters
    Type Name Description
    Single h
    Single s
    Single v
    Single a

    Fields

    a

    Declaration
    public float a
    Field Value
    Type Description
    Single

    h

    Declaration
    public float h
    Field Value
    Type Description
    Single

    s

    Declaration
    public float s
    Field Value
    Type Description
    Single

    v

    Declaration
    public float v
    Field Value
    Type Description
    Single

    Properties

    RGBA

    Declaration
    public Colorf RGBA { get; set; }
    Property Value
    Type Description
    Colorf

    Methods

    ConvertFromRGB(Colorf)

    Declaration
    public void ConvertFromRGB(Colorf rgb)
    Parameters
    Type Name Description
    Colorf rgb

    ConvertToRGB()

    Declaration
    public Colorf ConvertToRGB()
    Returns
    Type Description
    Colorf
    In This Article
    Back to top ViRGIS VR GIS