Questions tagged [opacitymask]
59 questions
1
vote
2 answers
How to create an opacity gradient without colors on a div borders?
I have a slight issue which I'm not sure has a solution.
Basically I want to create an opacity gradient on a div borders non dependant on a color.
Let me explain.
I have an "overflow:hidden" div (which we'll call MainDiv) that contain another big…

Jibou
- 449
- 5
- 12
1
vote
1 answer
Is there a jquery plugin or something to deal with image opacity on a pixel by pixel level
I'm working on a project at the moment where i have two images, one placed ontop of the other, and I would like the bottom image to show through more as the mouse moves over the image, and i need it on a pixel by pixel level, i've tried creating X…

Paul
- 756
- 1
- 10
- 22
1
vote
1 answer
WPF Opacity Masks
I can create an opacity mask in WPF using a LinearGradientBrush as follows

Remotec
- 10,304
- 25
- 105
- 147
1
vote
1 answer
silverLight: OpacityMask won't apply on custom control
I'm graying out images on disabled ImageButton custom controls by applying OpacityMask on an Overlay. The intended effect is that only the body of an image is grayed out, so no border or box is laid over the image.
The problem is: As far as image…

Paul
- 46
- 1
- 7
1
vote
1 answer
Unintended opacity mask change by child control
I want to make a canvas which has rounded border. I think I can implement it by OpacityMask. but it's a hard to me.