Struct ColorDefinitionRgb
Inherited Members
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public struct ColorDefinitionRgb
Constructors
ColorDefinitionRgb(double, double, double)
Declaration
public ColorDefinitionRgb(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 |