Constructor DebugColor
- Namespace
- Box3D
- Assembly
- Box3D.NET.dll
DebugColor(uint)
Wraps a packed value, low 24 bits RGB and high byte the material.
public DebugColor(uint packed)Parameters
packeduint-
The value as Box3D encodes it.
DebugColor(byte, byte, byte)
Builds a colour from channels, with the default material.
public DebugColor(byte r, byte g, byte b)