![]() |
Imaging Control 4 C++ Library
1.3.0
|
This is the complete list of members for ImageType, including all inherited members.
height() const noexcept | ImageType | inline |
ImageType() noexcept | ImageType | inline |
ImageType(PixelFormat pixel_format) noexcept | ImageType | inline |
ImageType(PixelFormat pixel_format, uint32_t width, uint32_t height) noexcept | ImageType | inline |
operator!=(const ImageType &op2) const noexcept | ImageType | inline |
operator==(const ImageType &op2) const noexcept | ImageType | inline |
pixel_format() const noexcept | ImageType | inline |
width() const noexcept | ImageType | inline |
with_pixel_format(PixelFormat new_format) const noexcept | ImageType | inline |
with_size(uint32_t new_width, uint32_t new_height) const noexcept | ImageType | inline |