SamplerStateManager.SrgbTexture Property |
Language: |
Determines whether to use gamma correction.
Visual Basic .NET Public Property SrgbTexture As Boolean C# public bool SrgbTexture { get; set; } Managed C++ public: __property bool get_SrgbTexture();
public: __property void set_SrgbTexture(bool);JScript .NET public function get SrgbTexture() : boolean
public function set SrgbTexture(boolean);
System.Boolean . Value that is true if gamma correction is used, or false if it is not.
This property is read/write.
The default value is false.
Feedback? Please provide us with your comments on this topic.