 |
DXSceneBackgroundColor Property |
Gets or sets a Color4 that represents a background color for the scene.
The color values must be alpha premultiplied - each red, green and blue value must be multiplied with alpha value (for example a fully transparent value is (0, 0, 0, 0) and not (0, 255, 255, 255) as in WPF.
Namespace:
Ab3d.DirectX
Assembly:
Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 5.2.8348.1045
Syntaxpublic Color4 BackgroundColor { get; set; }
Property Value
Type:
Color4
See Also