Skip to content

Adjusting RGB Colors of an image? #1838

Answered by antonfirsov
biggrizzleyguy asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not aware of a built-in processor for this, but I think you should be able to implement this with, image.Mutate(c => c.Filter(new ColorMatrix( .... ))). You need to figure out how to create a ColorMatrix from your R,G,B slider values.

Some ideas from another library with equivalent feature:
https://docs.rainmeter.net/tips/colormatrix-guide/

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JimBobSquarePants
Comment options

@biggrizzleyguy
Comment options

Answer selected by biggrizzleyguy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants