One of the types of color effects that can be applied to a custom graphics entity. With this type of effect, the graphics entity will display using the specified color and will show through other graphics that are in front of it.
| Name | Description |
| classType | |
| create |
Creates a new CustomGraphicsShowThroughColorEffect object that can be assigned to a custom graphics entity using its showThrough property. |
| Name | Description |
| color | Gets and sets the color associated with this CustomGraphicsShowThroughColorEffect object. The color that will be used to render the portion of the entity that is covered by other objects in the scene. |
| isValid | |
| objectType | |
| opacity | Gets and sets the opacity value associated with this CustomGraphicsShowThroughColorEffect object. The opacity is used when rendering the portion of the entity that is covered by other objects in the scene. This can be a value between 0 and 1, where 1 is fully opaque and will completely cover any other entities. |