Pixel |
Gets or sets a Boolean value that specifies if pixel color is defined by the index of the pixel.
When true, then the color defined in PixelColor is added to the color calculated from index of the pixel. See remarks for more info about how the index is written to color.
The lowest 8 bits of the vertex index number are written to the blue color, then to the green color, then to the red color and the highest byte (when more the 16M vertices) is written to the alpha color. For example, vertexId = 1: RGB: 0x000001; vertexId 257: RGB: 0x000102.
Default value is false.