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