Area resolution.
#include <srl_tv.hpp>
Public Member Functions | |
| Resolution () | |
| Construct a new Resolution tuple. | |
| Resolution (const int16_t width, const int16_t height) | |
| Construct a new Resolution tuple. | |
Public Attributes | |
| int16_t | Height |
| Area height. | |
| int16_t | Width |
| Area width. | |