I have an image in GdkPixbuf format which is to be drawn on a cairo surface. How to get the most dominant color in the image which could be in svg or png format ?
Asked
Active
Viewed 99 times
0
-
1How is “dominant color” defined? – Sami Kuhmonen Dec 27 '20 at 09:28
-
@SamiKuhmonen most common pixel of the Image rgb. – JerryDaBaaws Dec 27 '20 at 15:20