SaturnRingLibrary 0.9
SGL wrapper
 
Loading...
Searching...
No Matches

◆ ColorCalcMode

enum class SRL::VDP2::ColorCalcMode : uint16_t
strong

Basic Options for behavior of VDP2 Half Transparent Color Calculation.

Enumerator
UseColorRatiosTop 

Blend colors by the ratio specified in Higher priority Pixels.

UseColorRatios2nd 

Blend colors by the ratio specified in Lower priority Pixels.

UseColorAddition 

Use additive color blending instead of ratios.