On Jan 5, 2007, at 5:57 PM, Youri wrote:
Stefan,
I haven't fully expressed myself. For instance one of the thing I
want to do is :
I have a RectangleControl, which the background color gets set as :
Dim c as Color
Dim b as Boolean
c= CMY(.35,.9,.6)
b=SelectColor(c,"Select a Color")
me.FillColor=c
Now, this is all good, but I want to create this blurry effect
and I can't define a color to be transparent (Mask Property) as I
have a solid color.
Mask is intended to define transparency values of pixels, not
transparent color of pixels.
While you can probably accomplish this with RB code, a MUCH easier
way, since you just want a background color anyway, is to create the
effect you want in Photoshop (or other image editor) and save the
resultant picture to import and use in your RB project.
Roger M. Clary
Class One Software
http://www.classonesoftware.com
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>