This commit is contained in:
David Britch 2022-01-14 09:20:56 +00:00 коммит произвёл GitHub
Родитель e9dcb65b57
Коммит 14cdcc3ccc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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: