Search Results for

    Show / Hide Table of Contents

    Struct DisplayManager.J3dColor

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public struct DisplayManager.J3dColor

    Constructors

    J3dColor(double, double, double)

    Declaration
    public J3dColor(double Red, double Green, double Blue)
    Parameters
    Type Name Description
    double Red
    double Green
    double Blue

    Fields

    Blue

    Declaration
    public double Blue
    Field Value
    Type Description
    double

    Green

    Declaration
    public double Green
    Field Value
    Type Description
    double

    Red

    Declaration
    public double Red
    Field Value
    Type Description
    double

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX