mongodb商店并按颜色排序

时间:2013-02-25 02:11:55

标签: mongodb

我打算在文档中创建一个包含大量RGB颜色的数据库。后来我想排序,按颜色/贴近度过滤它们。

你有什么小技巧吗?我应该如何储存它们?

谢谢!

1 个答案:

答案 0 :(得分:0)

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

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