PixelFFFF Struct

Definition

Represents a pixel using 32-bit floating points values for its alpha, red, green and blue components.

public struct PixelFFFF
type PixelFFFF = struct
Inheritance
PixelFFFF

Fields

A

Alpha channel component.

B

Blue channel component.

G

Green channel component.

R

Red channel component.

Zero

Pixel with all the values set to zero.

Applies to