Java javafx.scene.image PixelFormat fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.image PixelFormat fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.image PixelFormat.

The text is from its open source code.

Method

WritablePixelFormatgetIntArgbInstance()
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.
WritablePixelFormatgetIntArgbPreInstance()
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.
TypegetType()
Returns the enum representing the storage format of the pixels managed by this PixelFormat object.
booleanisPremultiplied()
Returns true iff the color components decoded (or encoded) by this format are pre-multiplied by the alpha component for more efficient blending calculations.