Method TryGetScreenClearColor
TryGetScreenClearColor(ref Color)
Attempts to get the color that should be used to clear the screen according to current debug settings.
Declaration
public virtual bool TryGetScreenClearColor(ref Color color)
Parameters
Type | Name | Description |
---|---|---|
Color | color | A reference to the screen clear color to use. |
Returns
Type | Description |
---|---|
bool | True if the color reference was updated, and false otherwise. |