LIBURANIA
GUI library (a wrapper of Win32 API) in C++
読み取り中…
検索中…
一致する文字列を見つけられません
公開メンバ関数 | 公開変数類 | 全メンバ一覧
urania::Color クラス

Windows用BGRカラー構造體 [詳解]

#include <paintdev.h>

urania::Color 連携図

公開メンバ関数

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
 
Coloroperator= (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カラー構造體

構築子と解体子

◆ Color() [1/4]

constexpr urania::Color::Color ( )
inlineconstexprnoexcept

◆ Color() [2/4]

constexpr urania::Color::Color ( std::uint8_t r,
std::uint8_t g,
std::uint8_t b )
inlineconstexprnoexcept

◆ Color() [3/4]

constexpr urania::Color::Color ( const eunomia::RgbColour & org)
inlineconstexprnoexcept

◆ Color() [4/4]

constexpr urania::Color::Color ( COLORREF cr)
inlineexplicitconstexprnoexcept

関数詳解

◆ getColorref()

constexpr COLORREF urania::Color::getColorref ( ) const
inlineconstexprnoexcept
被呼び出し関係図:

◆ operator eunomia::RgbColour()

constexpr urania::Color::operator eunomia::RgbColour ( ) const
inlineconstexprnoexcept

◆ operator=()

Color & urania::Color::operator= ( const eunomia::RgbColour & org)
inlinenoexcept

メンバ詳解

◆ blue

std::uint8_t urania::Color::blue

◆ green

std::uint8_t urania::Color::green

◆ red

std::uint8_t urania::Color::red

このクラス詳解は次のファイルから抽出されました: