 |
PixelMaterial(Color4, Boolean, Single, String) Constructor |
Constructor
Namespace: Ab4d.SharpEngine.MaterialsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic PixelMaterial(
Color4[] pixelColors,
bool hasTransparentColors,
float pixelSize = 1f,
string? name = null
)
Parameters
- pixelColors Color4
- Color4 array that specifies the colors for each pixel
- hasTransparentColors Boolean
- true when any of the pixelColor has alpha value less than 1
- pixelSize Single (Optional)
- pixelSize (default value is 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.Boolean,System.Single,System.String)"]
See Also