Show / Hide Table of Contents

Enum PixelEncoding

Enum describing the encoding of a pixel.

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

Fields

Name Description
Float

Float = 0.0f-1.0f representation of a pixel (channel)

Uint

Uint = 0-255 representation of a pixel (channel)

Generated by DocFX
GitHub Repo
Back to top