get_pixel method
get_pixel
Gets an image pixel.
Returns
The pixel color for the specified location.
def get_pixel(self, x, y):
...
Parameter | Type | Description |
---|---|---|
x | int | The pixel x location. |
y | int | The pixel y location. |
See Also
- module
aspose.cad
- class
RasterImage