Color 颜色

Struct

Representation of RGBA colors.
RGBA代表的颜色。

This structure is used throughout Unity to pass colors around. Each color component is a floating point value with a range from 0 to 1.
这个结构被用来在整个Unity中传递颜色。每个颜色的组件是一个范围从0到1之间的浮点型值

Components (r,g,b) define a color in RGB color space. Alpha component (a) defines transparency - alpha of one is completely opaque, alpha of zero is completely transparent.

组件 (r,g,b) 在RGB颜色空间内定义一个颜色。 Alpha组件(a) 定义透明度 — alpha 值是 1 是完全不透明,alpha 值是 0 是完全透明。

Variables变量

Constructors构造器

Functions函数

Class Variables类变量

Class Functions类函数

最后修改:2010年12月16日 Thursday 23:29

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。