GetComponentLine
|
![]() ![]() ![]() |
Y [in]
|
The y-coordinate of the line in the image
|
Component [in]
|
The index of the selected color component. Must be one of the following values:
|
0 - returns the luminance data
|
1 - returns the red component data
|
2 - returns the green component data
|
3 - returns the blue component data
|
pArray [out,retval]
|
Pointer to the SAFEARRAY containing the pixel values in the line
|
S_OK
|
Success
|
E_FAIL
|
Failure.
|
E_INVALIDARG
|
Invalid input argument.
|
|