-
Notifications
You must be signed in to change notification settings - Fork 770
Closed
Labels
area-CommandingAppBar, UICommand, MVVM, etcAppBar, UICommand, MVVM, etcquestionteam-ControlsIssue for the Controls teamIssue for the Controls team
Description
This is just a quick Question/Proposal for the Rainbow LinearGradientBrush used for the CommandBarFlyout and MenuFlyout TestUI pages in the MUXTestApp.
@llongley Would switching to this rainbow gradient, be a better test for these pages, so the blurring effect is more noticeable with the Acrylic material? You added these with this commit and PR #5179
<LinearGradientBrush StartPoint="0,0" EndPoint="1,1">
<GradientStop Color="Red" Offset="0.000" />
<GradientStop Color="Red" Offset="0.166" />
<GradientStop Color="DarkOrange" Offset="0.167" />
<GradientStop Color="DarkOrange" Offset="0.332" />
<GradientStop Color="Goldenrod" Offset="0.333" />
<GradientStop Color="Goldenrod" Offset="0.499" />
<GradientStop Color="SeaGreen" Offset="0.500" />
<GradientStop Color="SeaGreen" Offset="0.666" />
<GradientStop Color="MediumBlue" Offset="0.667" />
<GradientStop Color="MediumBlue" Offset="0.832" />
<GradientStop Color="Indigo" Offset="0.833" />
<GradientStop Color="Indigo" Offset="1.000" />
</LinearGradientBrush>
Metadata
Metadata
Assignees
Labels
area-CommandingAppBar, UICommand, MVVM, etcAppBar, UICommand, MVVM, etcquestionteam-ControlsIssue for the Controls teamIssue for the Controls team