|
yconstfn | Color () ynothrow |
| 无参数构造:所有分量为 0 的默认颜色。 更多...
|
|
yconstfn | Color (PixelType px) ynothrow |
| 构造:使用本机颜色对象。 更多...
|
|
yconstfn | Color (ColorSet cs) ynothrow |
| 构造:使用默认颜色。 更多...
|
|
yconstfn | Color (MonoType r_, MonoType g_, MonoType b_, AlphaType a_=0xFF) ynothrow |
| 构造:使用 RGB 值和 alpha 位。 更多...
|
|
template<typename _tScalar > |
yconstfn | Color (_tScalar r_, _tScalar g_, _tScalar b_, AlphaType a_=0xFF) ynothrow |
| 构造:使用相同类型转换为单色的 RGB 值和 alpha位。 更多...
|
|
yconstfn | operator PixelType () const ynothrow |
| 转换:本机颜色对象。 更多...
|
|
yconstfn | DefGetter (const ynothrow, MonoType, A, a) yconstfn DefGetter(const ynothrow |
| 取 alpha 分量。 更多...
|
|
yconstfn b yconstfn | DefGetter (const ynothrow, MonoType, G, g) yconstfn DefGetter(const ynothrow |
| 取绿色分量。 更多...
|
|