是否有一个颜色的非灰色术语(黑色和白色将是非灰色的)?
Is there a term for non-grayness of a color (where black and white would be non-gray)?
如果 RGB space 被渲染为立方体,白色、黑色、红色、绿色、蓝色、黄色、品红色和青色将是角;灰色会位于立方体的中心。
那个立方体表面的颜色有名称吗?
简单来说,非灰度可以量化(r、g、b来自[0..1])为
abs(max(r, g, b) - .5) / .5
在这里,白色、黑色、红色、橙色等的 "non-grayness" 为 1。
A recent article in colour vision theory (an open-access version is available on bioRxiv) 将这个概念定义为生动.
它基于颜色实体中颜色的表示,其中每个轴都是颜色的一个组成部分。在这样的实体中,原点是黑色的,相对的边缘是白色的。例如,这是 CMYK 色彩空间的纯色,绘制在 :
中
鲜艳的颜色是这种颜色固体表面的颜色,这正是您在问题中所描述的:
We define a measure of colour vividness, such that points on the surface are maximally vivid and the ‘grey’ centre is minimally vivid.
如果 RGB space 被渲染为立方体,白色、黑色、红色、绿色、蓝色、黄色、品红色和青色将是角;灰色会位于立方体的中心。
那个立方体表面的颜色有名称吗?
简单来说,非灰度可以量化(r、g、b来自[0..1])为
abs(max(r, g, b) - .5) / .5
在这里,白色、黑色、红色、橙色等的 "non-grayness" 为 1。
A recent article in colour vision theory (an open-access version is available on bioRxiv) 将这个概念定义为生动.
它基于颜色实体中颜色的表示,其中每个轴都是颜色的一个组成部分。在这样的实体中,原点是黑色的,相对的边缘是白色的。例如,这是 CMYK 色彩空间的纯色,绘制在
鲜艳的颜色是这种颜色固体表面的颜色,这正是您在问题中所描述的:
We define a measure of colour vividness, such that points on the surface are maximally vivid and the ‘grey’ centre is minimally vivid.