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