Skip to content

Commit b46fbef

Browse files
Color.cs Cleanup (#6772)
Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
1 parent 7bfa10e commit b46fbef

4 files changed

Lines changed: 314 additions & 139 deletions

File tree

RELEASE-NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ END TEMPLATE-->
3939

4040
### New features
4141

42-
*None yet*
42+
* The `Color` API now includes a `bool TryFromHex(ReadOnlySpan<char> hexColor, out Color color)` signature for returning a `bool` and `out Color` instead of a `Color?`.
4343

4444
### Bugfixes
4545

4646
*None yet*
4747

4848
### Other
4949

50-
*None yet*
50+
* The `Color` API is now better documented.
5151

5252
### Internal
5353

0 commit comments

Comments
 (0)