Chicane

Image

Header
Includes/Chicane/Core/Image.hpp
Namespace
Chicane::Image

Types

NameValueDescription
Raw
std::vector<unsigned char>
Pixels
unsigned char*
Super

Constructors

NameDescription
Image(
const  FileSystem::Path& inFilepath
)
Image(
const  Raw& inData
)
Image()
Image(
const  Image& inInstance
)

Destructors

NameDescription
~Image()

Functions

AccessReturnModifierNameDescription
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()

Members

AccessTypeModifierNameDescription
protected
m_type
protected
int
m_width
protected
int
m_height
protected
int
m_channel
protected
int
m_format
protected
m_pixels