Property rename. (#262)
This commit is contained in:
Родитель
e9dcb65b57
Коммит
14cdcc3ccc
|
@ -41,10 +41,10 @@ You can also use the following static methods to create `Color` objects:
|
|||
|
||||
Once created, a `Color` object is immutable. The characteristics of the color can be obtained from the following `float` properties, that range from 0 to 1:
|
||||
|
||||
- `R`, which represents the red channel of the color.
|
||||
- `G`, which represents the green channel of the color.
|
||||
- `B`, which represents the blue channel of the color.
|
||||
- `A`, which represents the alpha channel of the color.
|
||||
- `Red`, which represents the red channel of the color.
|
||||
- `Green`, which represents the green channel of the color.
|
||||
- `Blue`, which represents the blue channel of the color.
|
||||
- `Alpha`, which represents the alpha channel of the color.
|
||||
|
||||
In addition, the characteristics of the color can be obtained from the following methods:
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче