Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Update src/Microsoft.Maui.Graphics/Color.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Gerald Versluis <gerald@verslu.is>
  • Loading branch information
swharden and jfversluis committed Jun 29, 2022
1 parent 87ec349 commit 691d7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.Maui.Graphics/Color.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class Color
public readonly float Blue;
public readonly float Alpha = 1;

[Obsolete("This Xamarin Forms field is obsolete in Maui. Use Red instead.")]
[Obsolete("Use Red instead.")]
public float R => Red;

[Obsolete("This Xamarin Forms field is obsolete in Maui. Use Green instead.")]
Expand Down

0 comments on commit 691d7c2

Please sign in to comment.