PixelFormats
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
public static class PixelFormats
Inheritance: objectPixelFormats
Properties
Gets the black and white pixel format which displays one bit of data per pixel as either black or white.
public static PixelFormat BlackWhite { get; }
The pixel format Black-and-White.
Gets the Cmyk32 pixel format which displays 32 bits per pixel (BPP) with each color channel (cyan, magenta, yellow, and black) allocated 8 bits per pixel (BPP).
public static PixelFormat Cmyk32 { get; }
The CMYK32 pixel format.
Gets the pixel format that is best suited for the particular operation.
public static PixelFormat Default { get; }
The PixelFormat best suited for the particular operation.
Exceptions:The PixelFormat properties are accessed.
Gets the Gray32Float pixel format. Gray32Float displays a 32 bits per pixel (BPP) grayscale channel, allowing over 4 billion shades of gray. This format has a gamma of 1.0.
Gets the pixel format specifying a paletted bitmap with 2 colors.
public static PixelFormat Indexed1 { get; }
The pixel format which specifying a paletted bitmap with 2 colors.
Gets the pixel format specifying a paletted bitmap with 4 colors.
public static PixelFormat Indexed2 { get; }
The pixel format which specifying a paletted bitmap with 4 colors.
Gets the pixel format specifying a paletted bitmap with 16 colors.
public static PixelFormat Indexed4 { get; }
The pixel format which specifying a paletted bitmap with 16 colors.
Gets the pixel format specifying a paletted bitmap with 256 colors.
public static PixelFormat Indexed8 { get; }
The pixel format which specifying a paletted bitmap with 256 colors.
Gets the Prgba128Float pixel format. Prgba128Float is a ScRGB format with 128 bits per pixel (BPP). Each channel (red, green, blue, and alpha) is allocated 32 bits per pixel (BPP). Each color channel is pre-multiplied by the alpha value. This format has a gamma of 1.0.
Gets the Rgb128Float pixel format. Rgb128Float is a ScRGB format with 128 bits per pixel (BPP). Each color channel is allocated 32 BPP. This format has a gamma of 1.0.
Gets the Rgba128Float pixel format. Rgba128Float is a ScRGB format with 128 bits per pixel (BPP). Each color channel is allocated 32 bits per pixel (BPP). This format has a gamma of 1.0.