SaturnRingLibrary 0.9.1
SGL wrapper
 
Loading...
Searching...
No Matches
SRL::Types::Resolution Struct Referencefinal

Detailed Description

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.