Returns whether the texture image should be displayed with zero saturation (i.e. converted to grayscale)
Returns whether the texture image should be displayed with zero saturation (i.e. converted to grayscale). The texture may not actually be displayed in grayscale if the current display hardware doesn't support that feature; see Texture:SetDesaturated() for details.
Signature:
Code
desaturated = Texture:IsDesaturated()
Returns:
desaturated - 1 if the texture should be displayed in grayscale; otherwise nil (1nil)