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