Color Converter #1496
Closed
eduardoagr
started this conversation in
New Feature Discussions
Color Converter
#1496
Replies: 3 comments 8 replies
-
I'm intrigued by the issue. Are you able to share some specifics about the issue and your solution to the problem? I know we have a large number of color related conversion code so if this can improve things that would be great |
Beta Was this translation helpful? Give feedback.
8 replies
-
I got it
* Fork the repository
* Clone
* Create a branch
* Push
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Shaun Lawrence ***@***.***>
Sent: Friday, November 17, 2023 7:49:02 AM
To: CommunityToolkit/Maui ***@***.***>
Cc: eduardoagr ***@***.***>; Author ***@***.***>
Subject: Re: [CommunityToolkit/Maui] Color Converter (Discussion #1496)
That's great thank you.
To start with these links might provide some helpful insight into creating a PR:
https://www.freecodecamp.org/news/how-to-make-your-first-pull-request-on-github-3/
https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github
Have a look and let me know if that helps or you need further guidance on those 2 questions. I'll be happy to assist with getting up and running also.
—
Reply to this email directly, view it on GitHub<#1496 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABUJK6XM6V2WHOWEOIN7F7TYE4CF5AVCNFSM6AAAAAA65Y4GC2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKOJVHA2TO>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Closed and answered |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encountered a compatibility issue with Android in .NET MAUI when working with Maui.Color. In Android, it's not compatible, so I had to find an alternative solution. I decided to store color values as strings and convert them to HEX, which is a string representation.
I initially explored the MauiToolkit to see if there was an existing solution for this problem, but unfortunately, I couldn't find one. As a result, I decided to create my own small converter to address this issue.
While it may seem like a small contribution, I'm genuinely eager to contribute to this amazing community and help make the development experience even better. I appreciate any feedback or assistance in improving this solution further. Thank you for your support!
Beta Was this translation helpful? Give feedback.
All reactions