Sets the color to the specified RGB (Red, Green, Blue) color model values.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetRGBColor( _
LONG Red As System.Integer, _
LONG Green As System.Integer, _
LONG Blue As System.Integer _
) |
C# | |
---|
void SetRGBColor(
System.int Red,
System.int Green,
System.int Blue
) |
JavaScript | |
---|
SetRGBColor(
Red : Number,
Green : Number,
Blue : Number,
) |
Parameters
- Red
- RGB color model value for red
- Green
- RGB color model value for green
- Blue
- RGB color model value for blue
Example
See Also
Availability
DraftSight V1R1.1