ClanSoft logo
ClanSoft logo

    CL_Display::clear_display

Syntax

static void clear_display(
        float red=0,
        float green=0,
        float blue=0,
        float alpha=1);

Parameters

red-red component of the color.
green-green component of the color.
blue-blue component of the color.
alpha-alpha (transparency) component of the color.

Description

Clears backbuffer with the specified color.


Back to index



This page was built using the Perceps documentation system.