Pixels | |
| Name | Description | |
|---|---|---|
| UsePixelIndexColor | UsePixelIndexColor updated the PixelMaterial to use pixel index color rendering (sets the UsePixelIndexColor to true). To disable using pixel index color, call UsePixelColor. | |
| UsePixelIndexColor(Color4) | UsePixelIndexColor updated the PixelMaterial to use pixel index color rendering (sets the UsePixelIndexColor to true). The specified addedColor is added to the calculated color from the pixel index. To disable using pixel index color, call UsePixelColor. |