Re: Color.FromArgb & .NET CF

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Peter Foot [MVP] (feedback_at_nospam-inthehand.com)
Date: 02/23/04


Date: Mon, 23 Feb 2004 14:11:18 -0000

Windows CE does not support alpha blending, all drawing is therefore opaque.

Peter

-- 
Peter Foot
Windows Embedded MVP
OpenNETCF.org Senior Advisor
www.inthehand.com | www.opennetcf.org
"Reuti" <anonymous@discussions.microsoft.com> wrote in message
news:587DEE4E-9509-4935-9FC0-6DE8CE521B1F@microsoft.com...
> Hi,
> Is Alpha component of ARGB in .NET CF ignored?
> Actually I am trying to fill a few geometric shapes that overlap with each
other using some color (setting Alpha componet to 128).But I don't observe
transparent behaviour.
>
> Thanks in advance.
>


Relevant Pages

  • pre-multiplied alpha and convolutions
    ... I was just wondering why ConvolveOp in Java uses images with a pre- ... multiplied alpha to do convolutions. ... are premultiplied with the alpha component. ... BufferedImage has an alpha component, and the color components are not ...
    (comp.graphics.algorithms)
  • Re: Alphablending
    ... trivial color keying from looking at the rendered results. ... the alpha component used for blending weight at all as would be ... source factor set to "src alpha" and destination factor is set to "dest ... gradually (the alpha component tells the strength of the color at each ...
    (alt.lang.asm)
  • Re: Alphablending
    ... the alpha component used for blending weight at all as would be ... RGB is the color and A is alpha component. ... you appear to be doing color keying, ...
    (alt.lang.asm)