PixelARGB16U Struct

Definition

Represents a pixel using 16-bit unsigned integers for its alpha, red, green and blue components.

public struct PixelARGB16U
type PixelARGB16U = struct
Inheritance
PixelARGB16U

Remarks

Fields

A

Alpha Component.

B

Blue Component.

G

Green Component.

R

Red Component.

Zero

Pixel with all the values set to zero.

Applies to