WoW:API Texture IsDesaturated: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
 
m (Move page script moved page API Texture IsDesaturated to API Texture IsDesaturated without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wowapi}}
Method that returns desaturated status of a texture object.
isDesaturated = Texture:IsDesaturated()
=== Parameters ===
None.
=== Returns ===
Returns nil if texture is not desaturated.
Returns nil if texture is not desaturated.
== See also ==
* [[Patch 1.11 (Release Notes)]]

Latest revision as of 04:47, 15 August 2023

WoW API < Texture IsDesaturated

Method that returns desaturated status of a texture object.

isDesaturated = Texture:IsDesaturated()

Parameters[edit]

None.

Returns[edit]

Returns nil if texture is not desaturated.

See also[edit]