Floogen / FashionSense

Stardew Valley framework which allows for bigger accessories, hairstyles and other appearances. Includes animation support and more.
GNU General Public License v3.0
19 stars 17 forks source link

Feature Request: add an option for exclusive, instead of inclusive, ColorMasks #12

Closed bikinavisho closed 1 year ago

bikinavisho commented 2 years ago

What I'm proposing is the inverse of ColorMasks. So where ColorMasks say "only replace this color", this option would say "replace everything EXCEPT this color". Not sure how difficult that would be to do programmatically, but it would make it very convenient for things where you want everything to change except for a small section.

For example, if you had a hairstyle with a bow, just exclude the bow's pixel colors instead of the shaded hair pixel colors which would be a lot more work to get all the colors of.

Floogen commented 1 year ago

This is now possible with ColorMaskLayers, specifically its IgnoreUserColorChoice property.

See this page for more details.

Thank you for the suggestion!