Color Class |
public class Color
The Color type exposes the following members.
Name | Description | |
---|---|---|
![]() | Color | 创建一个默认黑色对象 |
![]() | Color(Double, Double, Double) | 给定RGB创建一个颜色 |
![]() | Color(Double, Double, Double, Double) | 给定RGB和透明度创建一个颜色 |
Name | Description | |
---|---|---|
![]() | Blue | 蓝色分量 |
![]() | Green | 绿色分量 |
![]() | Red | 红色分量 |
![]() | Transparency | 透明度 |