RasterCaps.SupportsColorPerspective Property (Microsoft.DirectX.Direct3D)
Determines whether the device iterates color perspective correctly.
Definition
Visual Basic Public ReadOnly Property SupportsColorPerspective As Boolean C# public bool SupportsColorPerspective { get; } C++ public:
property bool SupportsColorPerspective {
bool get();
}JScript public function get SupportsColorPerspective() : boolean
Property Value
System.Boolean
Value that is true if the device supports iterating color perspective correctly, or false if it does not.This property is read-only.