Search Results for

    Show / Hide Table of Contents

    Class ColorMixer

    Inheritance
    Object
    ColorMixer
    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 static class ColorMixer

    Methods

    CopyHue(Colorf, Colorf, Single)

    Declaration
    public static Colorf CopyHue(Colorf BaseColor, Colorf TakeHue, float fBlendAlpha)
    Parameters
    Type Name Description
    Colorf BaseColor
    Colorf TakeHue
    Single fBlendAlpha
    Returns
    Type Description
    Colorf

    Darken(Colorf, Single)

    Declaration
    public static Colorf Darken(Colorf baseColor, float fValueMult = 0.75F)
    Parameters
    Type Name Description
    Colorf baseColor
    Single fValueMult
    Returns
    Type Description
    Colorf

    Lighten(Colorf, Single)

    Declaration
    public static Colorf Lighten(Colorf baseColor, float fValueMult = 1.25F)
    Parameters
    Type Name Description
    Colorf baseColor
    Single fValueMult
    Returns
    Type Description
    Colorf
    In This Article
    Back to top ViRGIS VR GIS