|
PixelMaterial(Color4, Single, Boolean, String) Constructor |
Constructor
Namespace: Ab4d.SharpEngine.MaterialsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public PixelMaterial(
Color4[] pixelColors,
float[] pixelSizes,
bool hasTransparentColors,
string? name = null
)
Parameters
- pixelColors Color4
- Color4 array that specifies the colors for each pixel
- pixelSizes Single
- float array that specifies the sizes for each pixel
- hasTransparentColors Boolean
- true when any of the pixelColor has alpha value less than 1
- name String (Optional)
- optional name of the material
See Also