Class: Window_Base

Window_Base

Window_Base The superclass of all windows within the game.

Extends

Methods

changeOutlineColor (color) void

Window_Base.d.ts:79

Changes the outline color for this window.

Name Type Description
color string

The color of the outline in CSS format.

changeTextColor (color) void

Window_Base.d.ts:72

Changes the text color for this window.

Name Type Description
color string

The color of the text in CSS format.

systemColor () string

Window_Base.d.ts:64

The returned string is a color in hexadecimal format.

Returns:
Type Description
string Pixel color (hex format).