renderer:setBlockOutlineColor(rgb)  | Method Property | Fluent Description | Representation | 
|---|---|---|
| rgb accepts | a Vector3 | |
| Return Value | a RendererAPI | 
renderer:setBlockOutlineColor(rgba)  | Method Property | Fluent Description | Representation | 
|---|---|---|
| rgba accepts | a Vector4 | |
| Return Value | a RendererAPI | 
renderer:setBlockOutlineColor(r, g, b, a)  | Method Property | Fluent Description | Representation | 
|---|---|---|
| r accepts | a Number | |
| g accepts | a Number | |
| b accepts | a Number | |
| a accepts | a Number | |
| Return Value | a RendererAPI |