Bitmap
The bitmap class. Bitmaps are expressions of so-called graphics.
Last updated
The bitmap class. Bitmaps are expressions of so-called graphics.
Last updated
Sprites () and other objects must be used to display bitmaps on the screen.
Loads the graphic file specified in filename and creates a bitmap object.
Also automatically searches files included in RGSS-RTP and encrypted archives. File extensions may be omitted.
Creates a bitmap object with the specified size.
Frees the bitmap. If the bitmap has already been freed, does nothing.
Returns TRUE if the bitmap has been freed.
Gets the bitmap width.
Gets the bitmap height.
opacity can be set from 0 to 255.
opacity can be set from 0 to 255.
Clears the entire bitmap.
Changes the bitmap's hue within 360 degrees of displacement.
This process is time-consuming. Furthermore, due to conversion errors, repeated hue changes may result in color loss.
If the text length exceeds the box's width, the text width will automatically be reduced by up to 60 percent.
Horizontal text is left-aligned by default; set align to 1 to center the text and to 2 to right-align it. Vertical text is always centered.
As this process is time-consuming, redrawing the text with every frame is not recommended.
Gets the bitmap rectangle ().
Performs a block transfer from the src_bitmap box src_rect () to the specified bitmap coordinates (x, y).
Performs a block transfer from the src_bitmap box src_rect () to the specified bitmap box dest_rect ().
Fills the bitmap box (x, y, width, height) or rect () with color ().
Gets the color () at the specified pixel (x, y).
Sets the specified pixel (x, y) to color ().
Draws a string str in the bitmap box (x, y, width, height) or rect ().
Gets the box () used when drawing a string str with the draw_text method. Does not include the angled portions of italicized text.
The font () used to draw a string with the draw_text method.