Click or drag to resize

ColorRGBAf Structure

Color with four float channels (red, green, blue, alpha)

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntax
public struct ColorRGBAf

The ColorRGBAf type exposes the following members.

Methods
  NameDescription
Public methodToString (Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fielda
Public fieldb
Public fieldg
Public fieldr
Top
Remarks
Each channel is a 32-bit float in the range [0.0, 1.0]. This format holds linear color values, which are suitable as input to computer vision algorithms and GPU processing.
See Also