Gets the specified RGB (Red, Green, Blue) color model values for this color.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetRGB( _
LONG* Red As System.Integer, _
LONG* Green As System.Integer, _
LONG* Blue As System.Integer _
) |
C# | |
---|
void GetRGB(
out System.int Red,
out System.int Green,
out System.int Blue
) |
JavaScript | |
---|
GetRGB(
) : {
Red : Number,
Green : Number,
Blue : Number
}
|
Parameters
- Red[out]
- RGB color model value for red
- Green[out]
- RGB color model value for green
- Blue[out] or Return Value
- RGB color model value for blue
See Also
Availability
DraftSight V1R1.1