Assuming that 0x7F alpha channel is the same as 50% opacity, is there any difference between these two Brushes?
<SolidColorBrush x:Name="FirstBrush" Color="#555555" Opacity="0.5"/>
<SolidColorBrush x:Name="SecondBrush" Color="#7F555555"/>
Assuming that 0x7F alpha channel is the same as 50% opacity, is there any difference between these two Brushes?
<SolidColorBrush x:Name="FirstBrush" Color="#555555" Opacity="0.5"/>
<SolidColorBrush x:Name="SecondBrush" Color="#7F555555"/>