IntelliCAD 11.1 Object Library
SetRGB Method
See Also 
Red
The red component of the true color. The value can be 0-255.
Green
The green component of the true color. The value can be 0-255.
Blue
The blue component of the true color. The value can be 0-255.
color Object : SetRGB Method

Description

Specifies the RGB values of a true color.

Syntax

Visual Basic
Public Sub SetRGB( _
   ByVal Red As Long, _
   ByVal Green As Long, _
   ByVal Blue As Long _
) 

Parameters

Red
The red component of the true color. The value can be 0-255.
Green
The green component of the true color. The value can be 0-255.
Blue
The blue component of the true color. The value can be 0-255.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.