CathodeRetro::SignalType
enum class SignalType { RGB, SVideo, Composite, }
The type of signal to emulate.
Index
Values
- RGB
- Emulate an RGB signal, which means that no signal generation/decoding will occur, instead the RGB signal will be sent directly to the CRT screen emulation.
- SVideo
- Emulate an S-Video signal, in which the signal has separated luma (brightness) and chroma (color) components.
- Composite
- Emulate a composite video signal, in which the signal has a single channel with combined luma and chroma information.