Table of Contents

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

packed uint

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)

Parameters

r byte

The red channel.

g byte

The green channel.

b byte

The blue channel.