DQBfadeStepTo
SUB

Prototype

DECLARE SUB DQBfadeStepTo (BYVAL Red, BYVAL Green, BYVAL Blue)

Parameters

Red - Red hue to fade colors into

Green - Green hue to fade colors into

Blue - Blue hue to fade colors into

Returns

none

Description

Works exactly like DQBfadeTo, but this function will only fade all the colors by a single step. As with DQBfadeStepIn, to be sure to fade all your palette, you should call this function 64 times. DQBfadeStepTo can be useful to move your stuff around while fading.

Notes:

See also DQBfadeTo