GetHSVValue
Gets the HSV Value
int GetHSVValue(
const IMAGE image,
const int x,
const int y,
int value
)
Parameters
image
|
Image data
|
x, y
|
Coordinate value
|
value
|
HSV value
|
Return Value
NORMAL(0): Successful completion
Otherwise: Unsuccessful completion
Description
Gets the HSV value of the specified setting area.
When the image and coordinates are specified, the value of HSV is returned.
Data is four bytes as int, and it becomes a row of HHSV.
Notes