Click or drag to resize
Ab4d.SharpEngine logo

PixelMaterial(Color4, Single, Boolean, String) Constructor

Constructor

Namespace: Ab4d.SharpEngine.Materials
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
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
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Materials.PixelMaterial.#ctor(Ab4d.SharpEngine.Common.Color4[],System.Single[],System.Boolean,System.String)"]

See Also