LIBEUNOMIA
読み取り中…
検索中…
一致する文字列を見つけられません
クラス | 名前空間 | 関数
colour.h ファイル

RGB24bit色及びRGBA32bit色 [詳解]

#include <algorithm>
#include <cstdint>
colour.h の依存先関係図:
被依存関係図:

[ソースコード]

クラス

class  eunomia::RgbColour
 RGB24bit色情報クラス [詳解]
 
class  eunomia::RgbaColour
 RGBA32bit色情報クラス [詳解]
 
class  eunomia::NormalBrendCopier
 ImageBuffer<>::blt()で用ゐる單純轉送のための函數オブジェクトクラス [詳解]
 
class  eunomia::AddBrendCopier
 ImageBuffer<>::blt()で用ゐる加算ブレンドのための函數オブジェクトクラス [詳解]
 
class  eunomia::MulBrendCopier
 ImageBuffer<>::blt()で用ゐる乘算ブレンドのための函數オブジェクトクラス [詳解]
 
class  eunomia::AlphaBrendCopier
 ImageBuffer<>::blt()で用ゐるαブレンドのための函數オブジェクトクラス [詳解]
 
class  eunomia::CopierUsingFixedAlpha
 ImageBuffer<>::blt()で用ゐるαブレンドのための函數オブジェクトクラス [詳解]
 

名前空間

namespace  eunomia
 

関数

constexpr bool eunomia::operator== (const RgbaColour &x, const RgbColour &y) noexcept
 
constexpr bool eunomia::operator!= (const RgbaColour &x, const RgbColour &y) noexcept
 
constexpr bool eunomia::operator== (const RgbColour &x, const RgbaColour &y) noexcept
 
constexpr bool eunomia::operator!= (const RgbColour &x, const RgbaColour &y) noexcept
 

詳解

RGB24bit色及びRGBA32bit色

著者
oZ/acy
日付
2016.3.2 C++11/14對應(假)
2021.3.25 <cstdint>に定義された整数型を直接參照するやうに修正
2021.4.29 v0.1
  • LIBPOLYMNIAのRGB24bit色情報クラスを移植(RgbColour)
  • RGB32bit色情報クラスを追加(RgbaColour)
  • RgbColour と RgbaColour との等價比較演算、非等價比較演算の追加
  • ImageBuffer<> で用ゐるための函數オブジェクトクラスの追加