Re: background color
Re: background color
- Subject: Re: background color
- From: KOENIG Yvan <email@hidden>
- Date: Mon, 2 Jun 2008 17:59:11 +0200
Le 2 juin 2008 à 17:41, Mark J. Reed a écrit :
On Mon, Jun 2, 2008 at 9:51 AM, KOENIG Yvan <email@hidden>
wrote:
If I remember well, white is {65535,65535,65535}
You've got to be kidding. 48-bit color?! That's 281.5 *trillion*
colors. Given that a computer monitor can only display about a million
colors that the human eye can tell apart, 24-bit color is already
overkill. 48 is just ridiculous..
Hello Mark,
before writing
You've got to be kidding.
a short test would have been useful.
With a light pink background, the color is color:{65535, 65535, 65534}
If starting with a window whose background was set to White by hand,
trying to set it to {65535, 65535, 65535}
really set it to {65535, 65535, 65535}
Here is the report of a short script;
tell application "Finder"
open folder "Macintosh
HD:Users:yvan_koenig:Desktop:NotRepaired_deriapeRtoN:"
get properties of icon view options of window 1
{class:icon view options, arrangement:arranged by name, icon size:
128, shows item info:false, shows icon preview:false, text size:10,
label position:bottom, color:{0, 0, 0}}
set background color of icon view options of window 1 to {65535,
65535, 65535}
{65535, 65535, 65535}
get background color of icon view options of window 1
{65535, 65535, 65535}
end tell
At more than 64 years old, I'm not kidding ;-)
Yvan KOENIG (from FRANCE lundi 2 juin 2008 17:59:05)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden