PixelFFFF Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |