|
![]() |
Represents a color as three floating-point components (r,g,b) with a normal range 0.0 to 1.0. Immutable.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Class Color _ Inherits NativeHandle |
C# |
---|
public class Color : NativeHandle |
Visual C++ |
---|
public ref class Color : public NativeHandle |
Remarks
Represents a color, used in the Navisworks environment.
The properties for red, green and blue components are all double values in the range between 0.0 and 1.0