Example usage for Java javafx.scene.image PixelFormat fields, constructors, methods, implement or subclass
The text is from its open source code.
WritablePixelFormat | getIntArgbInstance() Returns a WritablePixelFormat instance describing a pixel layout with the pixels stored in 32-bit integers with the non-premultiplied components stored in order, from MSb to LSb: alpha, red, green, blue. |
WritablePixelFormat | getIntArgbPreInstance() Returns a WritablePixelFormat instance describing a pixel layout with the pixels stored in 32-bit integers with the premultiplied components stored in order, from MSb to LSb: alpha, red, green, blue. |
Type | getType() Returns the enum representing the storage format of the pixels managed by this PixelFormat object. |
boolean | isPremultiplied() Returns true iff the color components decoded (or encoded) by this format are pre-multiplied by the alpha component for more efficient blending calculations. |