EntityNameplateCustomization:backgroundColor(rgb)  | Method Property | Fluent Description | Representation | 
|---|---|---|
| rgb accepts | a Vector3 | |
| Return Value | an EntityNameplateCustomization | 
EntityNameplateCustomization:backgroundColor(rgba)  | Method Property | Fluent Description | Representation | 
|---|---|---|
| rgba accepts | a Vector4 | |
| Return Value | an EntityNameplateCustomization | 
EntityNameplateCustomization:backgroundColor(rgb, a)  | Method Property | Fluent Description | Representation | 
|---|---|---|
| rgb accepts | a Vector3 | |
| a accepts | a Number | |
| Return Value | an EntityNameplateCustomization | 
EntityNameplateCustomization:backgroundColor(r, g, b)  | Method Property | Fluent Description | Representation | 
|---|---|---|
| r accepts | a Number | |
| g accepts | a Number | |
| b accepts | a Number | |
| Return Value | an EntityNameplateCustomization | 
EntityNameplateCustomization:backgroundColor(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 | an EntityNameplateCustomization |