LIBEUNOMIA
|
畫像バッファクラステンプレート [詳解]
#include <algorithm>
#include <optional>
#include <cstdint>
#include "exception.h"
#include "noncopyable.h"
#include "rect.h"
#include "ibuf_blt.h"
#include "ibuf_draw.h"
クラス | |
struct | eunomia::Point |
點 [詳解] | |
class | eunomia::RangeOverException |
範圍逸脱例外 [詳解] | |
class | eunomia::ImageBuffer< C_ > |
畫像バッファ基底クラステンプレート [詳解] | |
名前空間 | |
namespace | eunomia |
関数 | |
template<class C_ > | |
void | eunomia::grayscale (C_ &pixel) |
グレイスケール化 | |
畫像バッファクラステンプレート