JavaFX object to be wrapped.
JavaFX object to be wrapped.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
Reads a 32-bit integer representation of the color of a pixel from the specified coordinates in the surface.
Reads the color of a pixel from the specified coordinates in the surface and returns the value as a Color object.
Reads pixel data from a rectangular region of the surface into the specified buffer.
Reads pixel data from a rectangular region of the surface into the specified int array.
Reads pixel data from a rectangular region of the surface into the specified byte array.
The delegate hashcode
This method returns the PixelFormat in which the surface stores its pixels, or a roughly equivalent pixel format into which it can easily convert its pixels for purposes of reading them.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/image/PixelReader.html