WoW API: Texture IsDesaturated

From AddOn Studio
Revision as of 18:52, 13 February 2007 by WoWWiki>Fandyllic (fill in some based on boilerplate)
Jump to navigation Jump to search

WoW API < Texture IsDesaturated

Method that returns desaturated status of a texture object.

isDesaturated = Texture:IsDesaturated()

Parameters

None.

Returns

Returns nil if texture is not desaturated.


Template:References