How can I replace specific color(RGB value) in CGBitmapContext
that has already drawn?
Is there any easy way?
Thanks in advance.
How can I replace specific color(RGB value) in CGBitmapContext
that has already drawn?
Is there any easy way?
Thanks in advance.
Copyright © 2021 Jogjafile Inc.
You'll want to get a pointer to the pixels and information about their format by doing something like this: