Show / Hide Table of Contents

Enum ColorFormat

ColorFormat information in enum representation. Entries are hints for Color channel encoding.

Namespace: Fusee.Base.Common
Assembly: Fusee.Base.Common.dll
Syntax
public enum ColorFormat

Fields

Name Description
Depth16

Used for creating depth maps.

Depth24

Used for creating depth maps.

fRGB16

RGB float, 16bit.

fRGB32

RGB float, 32bit.

fRGBA16

RGBA float, 16bit.

fRGBA32

RGBA float, 32bit.

Intensity

Used for Images containing a single grayscale value per-pixel. Each pixel consists of one byte.

iRGBA32

RGBA int, 32bit.

RGB

Used for images without an alpha-channel. Each pixel consists of three bytes.

RGBA

Used for images containing an alpha-channel. Each pixel consists of four bytes.

uiRgb8

RGB integer.

Generated by DocFX
GitHub Repo
Back to top