WoW:API Texture IsDesaturated: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(fill in some based on boilerplate)
m (Move page script moved page API Texture IsDesaturated to API Texture IsDesaturated without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
Returns nil if texture is not desaturated.
Returns nil if texture is not desaturated.


 
== See also ==
{{references|body=
* [[Patch 1.11 (Release Notes)]]
* [[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]