Color with four float channels (red, green, blue, alpha)
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
SyntaxPublic Structure ColorRGBAf
public value class ColorRGBAf
The ColorRGBAf type exposes the following members.
Methods|
| Name | Description |
|---|
 | ToString | (Overrides ValueTypeToString.) |
Top
Fields
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