CathodeRetro::OverscanSettings

These settings describe how much overscan we want to have: that is, how many input pixels of the source image get cut off by the "bevel" of the TV.

Index

Members

overscanLeft
                uint32_t overscanLeft = 0
              
Type
uint32_t
Description
How many texels of the input image are cut off on the left side by the screen edge.
overscanRight
                uint32_t overscanRight = 0
              
Type
uint32_t
Description
How many texels of the input image are cut off on the right side by the screen edge.
overscanTop
                uint32_t overscanTop = 0
              
Type
uint32_t
Description
How many texels of the input image are cut off on the top edge by the screen edge.
overscanBottom
                uint32_t overscanBottom = 0
              
Type
uint32_t
Description
How many texels of the input image are cut off on the bottom edge by the screen edge.