Functions§
- clamp_
pixel - Returns the pixel at the given coordinates, clamping the coordinates to the image bounds.
- clamp_
pixel_ ⚠unchecked - Returns the pixel at the given coordinates, without checking for empty image.
- get_
pixel - Returns the pixel at the given coordinates if it is within the bounds of the image.
- in_
bounds - Returns
true
if the given coordinates are within the bounds of the image.