TextureStateManager.ConstantColor Property |
Language: |
Defines the per-stage constant color.
Visual Basic .NET Public Property ConstantColor As Color C# public Color ConstantColor { get; set; } Managed C++ public: __property Color get_ConstantColor();
public: __property void set_ConstantColor(Color);JScript .NET public function get ConstantColor() : Color
public function set ConstantColor(Color);
System.Drawing.Color . A Color
This property is read/write.object that represents the drawing color.
To determine whether the current device supports a per-stage constant color, use the MiscCaps.SupportsPerStageConstant property. The ConstantColor property is used by TextureArgument.Constant.
Feedback? Please provide us with your comments on this topic.