#include <ImageConversion.h>
|
| | ResizeBounds ()=default |
| | ResizeBounds (uint16_t size) |
| | ResizeBounds (uint16_t width, uint16_t height) |
| | ResizeBounds (uint16_t minWidth, uint16_t maxWidth, uint16_t minHeight, uint16_t maxHeight) |
| std::pair< uint16_t, uint16_t > | clamp (uint16_t width, uint16_t height) const |
Definition at line 88 of file ImageConversion.h.
◆ ResizeBounds() [1/4]
| vtfpp::ImageConversion::ResizeBounds::ResizeBounds |
( |
| ) |
|
|
default |
◆ ResizeBounds() [2/4]
| vtfpp::ImageConversion::ResizeBounds::ResizeBounds |
( |
uint16_t | size | ) |
|
|
inlineexplicit |
◆ ResizeBounds() [3/4]
| vtfpp::ImageConversion::ResizeBounds::ResizeBounds |
( |
uint16_t | width, |
|
|
uint16_t | height ) |
|
inline |
◆ ResizeBounds() [4/4]
| vtfpp::ImageConversion::ResizeBounds::ResizeBounds |
( |
uint16_t | minWidth, |
|
|
uint16_t | maxWidth, |
|
|
uint16_t | minHeight, |
|
|
uint16_t | maxHeight ) |
|
inline |
◆ clamp()
| std::pair< uint16_t, uint16_t > ImageConversion::ResizeBounds::clamp |
( |
uint16_t | width, |
|
|
uint16_t | height ) const |
|
nodiscard |
◆ resizeMaxHeight
| uint16_t vtfpp::ImageConversion::ResizeBounds::resizeMaxHeight = 0 |
◆ resizeMaxWidth
| uint16_t vtfpp::ImageConversion::ResizeBounds::resizeMaxWidth = 0 |
◆ resizeMinHeight
| uint16_t vtfpp::ImageConversion::ResizeBounds::resizeMinHeight = 0 |
◆ resizeMinWidth
| uint16_t vtfpp::ImageConversion::ResizeBounds::resizeMinWidth = 0 |
The documentation for this struct was generated from the following files: