SamplerStateManager.SrgbTexture Property

Language:

Note: This documentation is preliminary and is subject to change.

Determines whether to use gamma correction.

Definition

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);

Property Value

System.Boolean . Value that is true if gamma correction is used, or false if it is not.

This property is read/write. 

Remarks

The default value is false.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.