Chicane

Image

ヘッダー
Includes/Chicane/Core/Image.hpp
ネームスペース
Chicane::Image

Types

名前価値説明
Raw
std::vector<unsigned char>
Pixels
unsigned char*
Super

コンストラクター

名前説明
Image(
const  FileSystem::Path& inFilepath
)
Image(
const  Raw& inData
)
Image()
Image(
const  Image& inInstance
)

デストラクター

名前説明
~Image()

関数

アクセスタイプモディファイア名前説明
public
int
const
getWidth()
public
int
const
getHeight()
public
int
const
getChannel()
public
int
const
getFormat()
public
const  Pixels
const
getPixels()
public
int
const
getPitch()
public
int
const
getSize()

メンバ

アクセスタイプモディファイア名前説明
protected
m_type
protected
int
m_width
protected
int
m_height
protected
int
m_channel
protected
int
m_format
protected
m_pixels