~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:GetDecalColor|Get]]
* [[4rpl:commands:SetDecalColor|Set]]
====== GetDecalColor ======
GetDecalColor(<-decal) ->color
===== Description =====
Gets the color (V4) of a decal. A decal is specified by its ID (shown in the decal editor pane).
===== Examples =====
GetDecalColor(<-decalID) ->color
printallsp(<-color.r <-color.g <-color.b <-color.a)
<=[[4rpl:start| Index]]