Click or drag to resize
Ab4d.SharpEngine logo

ColorOverlayPostProcess Properties

The ColorOverlayPostProcess type exposes the following members.

Properties
 NameDescription
Public propertyAddedColor Color3 that is added to each pixel (before multiplying by ColorMultiplier). Default value is Color3.Black (0, 0, 0). This value does not change the final color.
Public propertyColorMultiplier Color4 that is multiplied by each pixel's color (after adding AddedColor). Note that when Alpha is less than 1, then other color components must be multiplied by Alpha to get the correct color (this is required because colors are alpha-premultiplied). Default value is Color4.White (1, 1, 1, 1). This value does not change the final color.
Top
See Also