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 に答える