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