⇐ Index
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)
⇐ Index