The ExtractGreen function returns a value that represents the green portion of an RGB color value.
Color values are passed on Windows using an integer.
|
Syntax | ||||
|
ExtractGreen(Value) | ||||
|
Return value | ||||
|
Type |
Description | |||
|
Long |
Value between 0 and 255 | |||
|
Parameter | ||||
|
Use |
Name |
Type |
Passing |
Description |
|
Required |
Value |
Long |
ByVal |
The passed RGB value |