Click or drag to resize
AB4D logo

PixelMaterialPixelColor Property

Gets or sets the Color4 of pixels. Default value is White. When PixelColors array is set, the value of this property is used as a mask that is multiplied with each color defined in the array.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public Color4 PixelColor { get; set; }

Property Value

Color4

Implements

IPixelMaterialPixelColor
See Also