Sets the clear color to use when clearing the back buffer.
class procedure SetClearColor(const Color: TAgkColor); overload; static;
Parameters |
Description |
const Color: TAgkColor |
the clear color. The Alpha component is ignored. |
The clear color will remain active for subsequent scenes.
Copyright (c) 2012. All rights reserved.
|