The game object class for screen effect data, such as changes in color tone and flashes.
Methods
- Get the brightness of the screenReturns:Type Description number The brightness 
- Changes the weather effect for the given durationName Type Description typestring The weather type powernumber The weather power durationnumber The duration of the weather change 
- Clear screen effects
- Clear fade effect
- Clear flash effect
- Clear pictures
- Clear shake effect
- Clear tone effect
- Clear weather effects
- Clear zoom effect
- Erases battle pictures
- Erases a picture by idName Type Description pictureIdnumber The picture id 
- Get the flash color of the screenReturns:Type Description Array.<number> The flash color 
- Initialize the screen
- Get the max allowed amount of picturesReturns:Type Description number The amount of pictures to allow at maximum 
- Moves the picture with the given id with optionsName Type Description pictureIdnumber The picture id to show originnumber The picture origin xnumber The picture x coordinate ynumber The picture y coordinate scaleXnumber The x (horizontal) scale of the picture scaleYnumber The y (vertical) scale of the picture opacitynumber The opacity of the picture blendModenumber The blend mode of the picture durationnumber The duration of the move easingTypenumber The easing type of the move 
- Processing when a battle starts
- picture(pictureId)Game_Picture
- Get a picture by idName Type Description pictureIdnumber The picture id Returns:Type Description Game_Picture The picture object 
- Get the real picture id of a pictureName Type Description pictureIdnumber The picture id Returns:Type Description number The real picture id 
- Rotates a picture by id at the given speedName Type Description pictureIdnumber The picture id to rotate speednumber The speed of the rotation 
- Sets the zoom effectName Type Description xnumber The x coordinate of the zoom ynumber The y coordinate of the zoom scalenumber The scale of the zoom 
- Get the shake effect of the screenReturns:Type Description number The shake effect 
- Shows the picture with the given id at the given location with optionsName Type Description pictureIdnumber The picture id to show namestring The picture image file name originnumber The picture origin xnumber The picture x coordinate ynumber The picture y coordinate scaleXnumber The x (horizontal) scale of the picture scaleYnumber The y (vertical) scale of the picture opacitynumber The opacity of the picture blendModenumber The blend mode of the picture 
- Starts a fade in effect for a given durationName Type Description durationnumber The duration of the fade in 
- Starts a fade out effect for a given durationName Type Description durationnumber The duration of the fade out 
- Starts a flash effect for a given durationName Type Description colorArray.<number> The color durationnumber The duration of the flash 
- Starts a flash effect for damage
- Starts a shake effect for a given durationName Type Description powernumber The power of the shake effect speednumber The speed of the shake effect durationnumber The duration of the shake 
- Starts a tint effect for a given durationName Type Description toneArray.<number> The tone durationnumber The duration of the tint 
- Starts a zoom effect for a given durationName Type Description xnumber The x coordinate of the zoom ynumber The y coordinate of the zoom scalenumber The scale of the zoom durationnumber The duration of the shake 
- Tints a picture by id over a duration of timeName Type Description pictureIdnumber The picture id to tint toneArray.<number> The new tone of the picture durationnumber The duration of the tint 
- Get the tone of the screenReturns:Type Description Array.<number> The tone 
- Update the screen
- Update the fade in effect
- Update the fade out effect
- Update the flash effect
- Update the pictures
- Update the shake effect
- Update the tone
- Changes the weather effects
- Update the zoom effect
- Get the weather power of the screenReturns:Type Description number The weather power 
- Get the weather typeof the screenReturns:Type Description string The weather type 
- Get the zoom scale of the screenReturns:Type Description number The zoom scale effect 
- Get the zoom x coordinateReturns:Type Description number The zoom x coordinate 
- Get the zoom y coordinateReturns:Type Description number The zoom y coordinate