首页 > 文档 > hue()色调值
2017
08-08

hue()色调值

Name

hue()色调值

   

Examples

hue()色调值 - 第1张  | Processing编程艺术hue()色调值 - 第2张  | Processing编程艺术hue()色调值 - 第3张  | Processing编程艺术

noStroke();

colorMode(HSB, 255);

color c = color(0, 126, 255);

fill(c);

rect(15, 20, 35, 60);

float value = hue(c); // Sets ‘value’ to “0”

fill(value);

rect(50, 20, 35, 60);

Description

Extracts the hue value from a color.

从颜色中提取色调值。

Syntax

hue(rgb)

Parameters

rgb

int: any value of the color datatype

 

颜色数据类型的任何值

Returns

float

Related

red()
green()
blue()
alpha()
saturation()
brightness()



最后编辑:
作者:卡萨布兰卡
这个作者貌似有点懒,什么都没有留下。

留下一个回复

你的email不会被公开。