Provides a color defined in a binary STL file.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public class STLColor
Visual Basic (Declaration)
Public Class STLColor
Visual C++
public ref class STLColor

Remarks

An STL color is a simple RGB color where the intensity of each R, G and B is between 0 and 31.

Inheritance Hierarchy

System..::.Object
  ceometric.ComputationalGeometry..::.BinarySTL..::.STLColor

See Also