TTMSFNCImageColor.XYToColor Method
Returns the color at the given wheel-image coordinates.
API unit family: TMSFNCColorWheel
Declaring type: TTMSFNCImageColor
Syntax
function XYToColor(X, Y: Single): TTMSFNCGraphicsColor;
Parameters
| Name | Description |
|---|---|
X |
Horizontal position within the image. |
Y |
Vertical position within the image. |
Returns
The color value at the specified coordinates.