Table of Contents

Class ColorDataUnit

Namespace
Aspose.CAD.FileFormats.Stl.StlObjects
Assembly
Aspose.CAD.dll

Customize the color of the surface.

[ComVisible(false)]
public class ColorDataUnit
Inheritance
ColorDataUnit
Inherited Members

Constructors

ColorDataUnit()

Properties

B

Gets or sets the intensity level of blue color (values from 0 to 31).

G

Gets or sets the intensity level of green color (values from 0 to 31).

R

Gets or sets the intensity level of red color (values from 0 to 31).

UseColor

Gets or sets a value indicating whether the use a color. True - color is used. False - color is not used.

Methods

ToArgb()

Gets ARGB value.