ControlDarkDark: IGxColor;
The ControlDarkDark returns the object that contains the dark color of 3D objects.
Sub Main;
Var
SysColor: IGxSystemColors;
Color: IGxColor;
Begin
Color:=SysColor.ControlDarkDark;
End Sub Main;
After the executing the example the Color variable contains the dark color of 3D objects.
See also: