win32api.GetSysColor

int = GetSysColor(index)

Returns the current system color for the specified element.

Parameters

index : int

The Id of the element to return. See the API for full details.

Win32 API References

Search for GetSysColor at msdn, google or google groups.

Return Value

The return value is a windows RGB color representation.