-
Beta Was this translation helpful? Give feedback.
Answered by
dpaulino
May 30, 2023
Replies: 1 comment 1 reply
-
<Rectangle Grid.RowSpan="3">
<Rectangle.Fill>
<LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
<GradientStop Offset="0" Color="#00000000" />
<GradientStop Offset="1" Color="{x:Bind local:UIHelper.ToColour(ColourHex), Mode=OneWay}" />
</LinearGradientBrush>
</Rectangle.Fill>
</Rectangle> I see that you use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The colour hex is pre-computed and stored in ambie's server. It's not calculated on the fly.