LIBURANIA
GUI library (a wrapper of Win32 API) in C++
|
Windows用BGRカラー構造體 [詳解]
#include <paintdev.h>
公開メンバ関数 | |
constexpr | Color () noexcept |
constexpr | Color (std::uint8_t r, std::uint8_t g, std::uint8_t b) noexcept |
constexpr | Color (const eunomia::RgbColour &org) noexcept |
constexpr | Color (COLORREF cr) noexcept |
Color & | operator= (const eunomia::RgbColour &org) noexcept |
constexpr COLORREF | getColorref () const noexcept |
constexpr | operator eunomia::RgbColour () const noexcept |
公開変数類 | |
std::uint8_t | blue |
std::uint8_t | green |
std::uint8_t | red |
Windows用BGRカラー構造體
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineexplicitconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlinenoexcept |
std::uint8_t urania::Color::blue |
std::uint8_t urania::Color::green |
std::uint8_t urania::Color::red |