The Plane class. Planes are special sprites that tile bitmap patterns across the entire screen and are used to display parallax backgrounds and so on.
Creates a Plane object. Specifies a viewport (Viewport) when necessary.
Frees the plane. If the plane has already been freed, does nothing.
Returns TRUE if the plane has been freed.
Refers to the bitmap (Bitmap) used in the plane.
Refers to the viewport (Viewport) associated with the plane.
The plane's visibility. If TRUE, the plane is visible. The default value is TRUE.
The plane's z-coordinate. The larger the value, the closer to the player the plane will be displayed.
If multiple objects share the same z-coordinate, the more recently created object will be displayed closest to the player.
The x-coordinate of the plane's starting point. Change this value to scroll the plane.
The y-coordinate of the plane's starting point. Change this value to scroll the plane.
The plane's x-axis zoom level. 1.0 denotes actual pixel size.
The plane's y-axis zoom level. 1.0 denotes actual pixel size.
The plane's opacity (0-255). Out-of-range values are automatically corrected.
The plane's blending mode (0: normal, 1: addition, 2: subtraction).
The color (Color) to be blended with the plane. Alpha values are used in the blending ratio.
The plane's color tone (Tone).