Color¶
More information can be found in the Unity API Reference and maybe in the Unity Manual.
Constructors¶
Constructor |
Description |
---|---|
Methods¶
Method |
Description |
---|---|
Static members¶
Member |
Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Static methods¶
Method |
Description |
---|---|
Operators¶
Operator |
Description |
---|---|
Details¶
-
class
Color
¶ -
-
float
a
¶
-
float
b
¶
-
float
g
¶
-
const float
grayscale
¶
-
const float
maxColorComponent
¶
-
float
r
¶
-
int
GetHashCode
()¶
-
string
ToString
()¶
-
string
ToString
(string format)¶
-
static const Color
black
¶
-
static const Color
blue
¶
-
static const Color
clear
¶
-
static const Color
cyan
¶
-
static const Color
gray
¶
-
static const Color
green
¶
-
static const Color
grey
¶
-
static const Color
magenta
¶
-
static const Color
red
¶
-
static const Color
white
¶
-
static const Color
yellow
¶
-
float