This question is locked. New answers and comments are not allowed.
I have the icon in the color="#333333" and the background="Transparent". I wanted to change the color of my icon to white. Look what I received. I lack color fill effect so I used the contrast.
In my opinion transparent should not fill the color when do contrast.
<
Image
Width
=
"20"
Height
=
"20"
Margin
=
"0,0,5,0"
VerticalAlignment
=
"Center"
Cursor
=
"Hand"
Source
=
"/MyProject.Res;component/Img/user-32.png"
Stretch
=
"Fill"
>
<
Image.Effect
>
<
ShaderEffects:ContrastAdjustEffect
Brightness
=
"1"
/>
</
Image.Effect
>
</
Image
>
In my opinion transparent should not fill the color when do contrast.