DesktopColor
Description: |
baDesktopColor returns the desktop color. |
Platforms: |
Windows |
Usage: |
Result = baDesktopColor( ) |
Arguments: |
Void. |
Returns: |
List. Returns the desktop color. |
Examples: |
Director: Authorware: |
Notes: |
A property list will be returned with #red, #green and #blue values. For example: [#red: 0, #green: 128, #blue: 128]
|
See also: |
baSetDesktopColor |