LIBEUNOMIA
|
RGB24bit色及びRGBA32bit色 [詳解]
#include <algorithm>
#include <cstdint>
クラス | |
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色