0

I'm going to create a database with a lot of RGB colors within a document. Later on I would like so sort, filter them by color/closeness.

Do you have any tips'n tricks for me? How should i store them?

Thanks!

4

1 回答 1

0

如处理参考中所述,我通过将它们存储为整数找到了解决方案。

http://processing.org/reference/color_datatype.html
http://processing.org/reference/rightshift.html

于 2013-03-06T23:14:27.587 回答