|
PixelsVisual3DPixelColors Property |
Gets or sets the Color4 array that specifies the colors for each pixel. When color's alpha is 0, the pixel is not rendered.
When null, the color of all the pixels is set by the color defined by the
PixelColor property.
When PixelColors array is set, the
PixelColor is used as a mask that is multiplied with each color specified in this array.
To hide an individual pixel from rendering, set its color in PixelColors to a color with alpha value if zero (you can also set its size in the PixelSizes to 0).
Namespace: Ab3d.VisualsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.1.9105.2048
Syntax public Color4[] PixelColors { get; set; }
Property Value
Color4See Also