-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
I have a HEX value which I use and create a complimentary color, etc. with it.
Here's an example:
grapefruit_object = Color.NewFromHtml(hex)
create_complementary = Color.NewFromRgb(*grapefruit_object).ComplementaryColor(mode='rgb')
complementary = create_complementary.html
The problem is that a lot of the colors don't seem to be real pleasing to the eye. Does anyone have any experience with color manipulation? I'd like to see if it's possible to do some adjusting with the colors to get a more pastel type shade of each color, I'm just not sure what to adjust or if it's even possible?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels