|
UniDx
|
色 (RGBA, float) [詳解]
#include <Math.h>
公開メンバ関数 | |
| constexpr | Color () noexcept |
| constexpr | Color (float ir, float ig, float ib, float ia=1.0f) noexcept |
| const DirectX::XMVECTOR | XMLoad () const |
| void | XMStore (const DirectX::XMVECTOR &v) |
| Color | operator+ () const noexcept |
| Color | operator- () const noexcept |
| operator DirectX::XMFLOAT4 () const | |
公開変数類 | |
| float | r |
| float | g |
| float | b |
| float | a |
静的公開変数類 | |
| static const Color | black = Color{ 0.f, 0.f, 0.f, 1.f } |
| static const Color | blue = Color{ 0.f, 0.f, 1.f, 1.f } |
| static const Color | cyan = Color{ 0.f, 1.f, 1.f, 1.f } |
| static const Color | green = Color{ 0.f, 1.f, 0.f, 1.f } |
| static const Color | magenta = Color{ 1.f, 0.f, 1.f, 1.f } |
| static const Color | red = Color{ 1.f, 0.f, 0.f, 1.f } |
| static const Color | white = Color{ 1.f, 1.f, 1.f, 1.f } |
| static const Color | yellow = Color{ 1.f, 1.f, 0.f, 1.f } |
色 (RGBA, float)
|
inlineconstexprnoexcept |
|
inlineexplicitconstexprnoexcept |
|
inlineexplicit |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inline |
| float UniDx::Color::a |
| float UniDx::Color::b |
| float UniDx::Color::g |
| float UniDx::Color::r |