|
LIBPOLYMNIA
|
RGB24bit色情報クラス [詳解]
#include <rgb.h>
公開メンバ関数 | |
| constexpr | RgbColor () noexcept |
| 構築子 [詳解] | |
| constexpr | RgbColor (themis::Byte r0, themis::Byte g0, themis::Byte b0) noexcept |
| 構築子 [詳解] | |
| bool | operator== (const RgbColor &other) const noexcept |
| 等値比較演算子 [詳解] | |
| bool | operator!= (const RgbColor &other) const noexcept |
| 非等値比較演算子 [詳解] | |
公開変数類 | |
| themis::Byte | r |
| 赤要素 [詳解] | |
| themis::Byte | g |
| 緑要素 [詳解] | |
| themis::Byte | b |
| 青要素 [詳解] | |
RGB24bit色情報クラス
|
inlinenoexcept |
構築子
RGB(0, 0, 0)で初期化する。
|
inlinenoexcept |
構築子
RGB値を指定して初期化する。
|
inlinenoexcept |
非等値比較演算子
|
inlinenoexcept |
等値比較演算子
| themis::Byte polymnia::RgbColor::b |
青要素
| themis::Byte polymnia::RgbColor::g |
緑要素
| themis::Byte polymnia::RgbColor::r |
赤要素
1.8.14