from the lingo dictionary, keyword - DEPTH:
Syntax: imageObject.depth
member(whichCastMember).depth
the depth of member whichCastMember
Description:
This property can be tested but not set.
-----------------------------------------------
tested but not set? not with imaging lingo around:
on SetMemberDepth mem,dep
targ=image(mem.width,mem.height,dep)
targ.copyPixels(mem.image,mem.rect,mem.rect)
mem.image=targ
end
-- eg:
-- SetMemberDepth (member("myMember"),8)
------------------------------------------------
SetMemberDepth 0.1
courtesy of Jochem & alterFin, www.nobodyhere.com/www.alterfin.com
a follow up with palette and imaging options support soon to be posted.
any suggestions, improvements and reactions are more than welcome!
------------------------------------------------
PS. the previously released TrueColorWheel 1.0 is to be found online at:
http://www.alterFin.com/mirror/colorWheel
now with overall antialiasing, added RGB2HSV/setWheelColor support
and functional HEX/HTML colorcode display.
enjoy!
Yariv Alter Fin
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]