Color with (R, G, B, A).
更多...
|
static const ColorValue^ | RED = gcnew ColorValue(1,0,0,1) |
|
static const ColorValue^ | GREEN = gcnew ColorValue(0,1,0,1) |
|
static const ColorValue^ | BLUE = gcnew ColorValue(0,0,1,1) |
|
static const ColorValue^ | WHITE = gcnew ColorValue(1,1,1,1) |
|
static const ColorValue^ | BLACK = gcnew ColorValue(0,0,0,1) |
|
|
float | R [get, set] |
|
float | G [get, set] |
|
float | B [get, set] |
|
float | A [get, set] |
|
Color with (R, G, B, A).
- 作者
- AnyCAD
AnyCAD::Platform::ColorValue::ColorValue |
( |
float |
r, |
|
|
float |
g, |
|
|
float |
b, |
|
|
float |
a |
|
) |
| |
AnyCAD::Platform::ColorValue::ColorValue |
( |
float |
r, |
|
|
float |
g, |
|
|
float |
b |
|
) |
| |
AnyCAD::Platform::ColorValue::ColorValue |
( |
int |
r, |
|
|
int |
g, |
|
|
int |
b |
|
) |
| |
int AnyCAD::Platform::ColorValue::ToRGBA |
( |
| ) |
|
Convert RGBA to integer.
- 返回
- the integer.
float AnyCAD::Platform::ColorValue::A |
|
getset |
float AnyCAD::Platform::ColorValue::B |
|
getset |
float AnyCAD::Platform::ColorValue::G |
|
getset |
float AnyCAD::Platform::ColorValue::R |
|
getset |
该类的文档由以下文件生成: