SampleLayout
Public / Methods
Public / Attributes
Offset
The translation offset that is applied to stored pixel values to produce raw pixel values:
raw = stored * Scale + Offset
- See also
SampleAlpha
Zero-based index of sample that maps to the alpha channel.
If -1, no value is output to the alpha channel.
SampleBlue
Zero-based index of sample that maps to the blue channel.
If -1, no value is output to the blue channel.
SampleGreen
Zero-based index of sample that maps to the green channel.
If -1, no value is output to the green channel.
SampleRed
Zero-based index of sample that maps to the red channel.
If -1, no value is output to the red channel.