WoW:API Texture IsDesaturated: Difference between revisions
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 == | |||
* [[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
None.
Returns
Returns nil if texture is not desaturated.