Search Results for

    Show / Hide Table of Contents

    Struct ViewVisualizationSpecialEffects.ColorRGB

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Preferences
    Assembly: NXOpen.dll
    Syntax
    public struct ColorRGB

    Constructors

    ColorRGB(Double, Double, Double)

    Declaration
    public ColorRGB(double RedColor, double GreenColor, double BlueColor)
    Parameters
    Type Name Description
    System.Double RedColor
    System.Double GreenColor
    System.Double BlueColor

    Fields

    BlueColor

    Declaration
    public double BlueColor
    Field Value
    Type Description
    System.Double

    GreenColor

    Declaration
    public double GreenColor
    Field Value
    Type Description
    System.Double

    RedColor

    Declaration
    public double RedColor
    Field Value
    Type Description
    System.Double

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top Generated by DocFX