Image

Declaration

Variables

Name

Type

Description

width

uint32_t

The image’s width.

height

uint32_t

The image’s height.

format

ImageFormat

The image’s format detailing the layout in memory.

colorSpace

ImageColorSpace

The image’s color space.

data

std::vector<uint8_t>

The image’s content, according to its format.