Sets the color of any borders used when the display does not fit the aspect ratio exactly.
class procedure SetBorderColor(const Red: Byte; const Green: Byte; const Blue: Byte); overload; static;
Parameters |
Description |
const Red: Byte |
the red component of the border color. |
const Green: Byte |
the green component of the border color. |
const Blue: Byte |
the blue component of the border color. |
The border color will remain active for subsequent scenes. If this color is different from the clear color than an additional clear operation is performed and may affect performance if fill rate is an issue.
Copyright (c) 2012. All rights reserved.
|