|
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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public Color4 BackgroundColor { get; set; }
Property Value
Color4See Also