Skip to content

llGetColor

function ll.GetColor(Face: number): vector

Returns the color on Face.

Returns the color of Face as a vector of red, green, and blue values between 0 and 1. If face is ALL_SIDES the color returned is the mean average of each channel.

Parameters
Face (number)

Add example usage here showing SLua/Luau syntax with ll.GetColor().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.