Re: Icons in VS .net 2002



Visual Studio does NOT use RGB 128, 128, 255 to signal transparent colors.
These may be the colors shown for transparent areas (which, as I pointed out
can be changed). But it is not the pixel value used to signify transparent
areas. I could look at an icon if you wanted to provide one but it sounds
like you have this color in the icon where you wanted transparent pixels to
be.

--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com

"GT" <ContactGT_remove_@xxxxxxxxxxx> wrote in message
news:4523803e$0$5872$9a6e19ea@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
"Jonathan Wood" <jwood@xxxxxxxxxxxxxxxx> wrote in message
news:e4rLunx5GHA.4604@xxxxxxxxxxxxxxxxxxxxxxx
Haven't played with this for a while but I believe it's a simple matter
to change the colors used for the transparent regions of an icon in VS.
You should be able to click on the transparent color in the palette or
something like that and it pops up a color dialog, where you could change
the transparent color to something different.

Yes, this is possible once an icon is open - that is the problem: The
initial transparent colour is RGB 128,128,255, .so when you change the
transparent colour, it changes all pixels that are RGB 128,128,255 to the
new colour, which for us changes most of the body of our icons! We need to
permanently choose a different transparent (background) colour for Visual
Studio to use by default when opening icons? Can this be done?



.



Relevant Pages

  • Re: Graphic converter query - transparency
    ... Well, you can, but that isn't what the finder uses for transparent ... icon square that you didn't want to count as `part of the icon'. ... that was an odd thing looking at the manuals. ... TeX isn't that big. ...
    (uk.comp.sys.mac)
  • Re: Graphic converter query - transparency
    ... outside of an image into a transparent region using Graphic Converter? ... icon square that you didn't want to count as `part of the icon'. ... scanned in image of my real HP-32E calculator as its icon. ...
    (uk.comp.sys.mac)
  • Re: Graphic converter query - transparency
    ... on a colour and all of that colour becomes transparent. ... I get a couple of hits for that too, so we have different manuals. ... icon said 'transparency' in my head). ... TeX isn't that big. ...
    (uk.comp.sys.mac)
  • xlib transparent icons
    ... I've been trying to set a window's icon from an array of ARGB quads. ... So far, I've come up with the following, which creates an image, draws it to a pixmap and then assigns the pixmap to be the window's icon: ... I've tried using XAllocNamedColorand friends to get a blank or transparent colour and then manually draw that over the right pixels in x_image with XPutPixel, ...
    (comp.windows.x)
  • xlib transparent icons
    ... I've been trying to set a window's icon from an array of ARGB quads. ... far, I've come up with the following, which creates an image, draws it ... I can't figure out how to set pixels to ... be transparent - they're just coming up black. ...
    (comp.os.linux.x)