So I have some XAML like this:
<Trigger Property="ItemsControl.AlternationIndex" Value="2">
<Setter Property="Background" Value="Red"></Setter>
</Trigger>
How can I set the color Red, to something like 250 200 150? I tried Color 250 200 150, and 250 200 150, but doesn’t work. Any ideas?
Use HTML-style colors.
Or, if you want alpha transparency:
Or using your example color of 250,200,150: