Statically creates a new CustomGraphicsSolidColorEffect object. This can be used as input when creating various color related custom graphics attributes. A solid color effect, colors the entity with a single color without any lighting effects. With this coloring effect, a sphere will display as a solid filled circle.
This is a static method. |
This is a static method. |
| Type | Description |
| CustomGraphicsSolidColorEffect | Returns the created CustomGraphicsSolidColorEffect or null in case of a failure. |
| Name | Type | Description |
| color | Color | The color to use for the solid color display. The opacity component of the color is ignored because the opacity of custom graphics is controlled separately using an opacity attribute. |