本文介绍了位图中不同颜色的数量的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好.

我是C#的新手.有没有可以让我对位图中的不同颜色进行计数的函数?列出所有这些不同颜色的函数怎么样?

非常感谢!

Hello.

I am VERY new to C#. Is there a function that will give me a count of the distinct colors in a bitmap? How about a function that lists all these distinct colors?

Many thanks!

推荐答案




这篇关于位图中不同颜色的数量的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-13 20:39