Pixel8888 Struct

Definition

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

public struct Pixel8888
type Pixel8888 = struct
Inheritance
Pixel8888

Fields

A

Alpha channel component.

B

Blue channel component.

G

Green channel component.

R

Red channel component.

Zero

Pixerl with all the values set to zero.

Applies to