Struct Color
- Namespace
 - Mech3DotNet.Reader
 
- Assembly
 - Mech3DotNet.dll
 
public struct Color
  - Inherited Members
 
Fields
b
public int b
  Field Value
g
public int g
  Field Value
r
public int r
  Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
  Returns
- string
 The fully qualified type name.