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