Click or drag to resize
Ab4d.SharpEngine logo

PixelsNodeUsePixelIndexColor Method

Overload List
 NameDescription
Public methodUsePixelIndexColor UsePixelIndexColor updated the PixelMaterial to use pixel index color rendering (sets the UsePixelIndexColor to true). To disable using pixel index color, call UsePixelColor.
Public methodUsePixelIndexColor(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.
Top
See Also