New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public static class PixelFormats

Inheritance: objectPixelFormats

Properties

Gets the Bgr101010 pixel format. Bgr101010 is a sRGB format with 32 bits per pixel (BPP). Each color channel (blue, green, and red) is allocated 10 bits per pixel (BPP).

C#
public static PixelFormat Bgr101010 { get; }
Property Value:

The Bgr101010 pixel format.

Gets the Bgr24 pixel format. Bgr24 is a sRGB format with 24 bits per pixel (BPP). Each color channel (blue, green, and red) is allocated 8 bits per pixel (BPP).

C#
public static PixelFormat Bgr24 { get; }
Property Value:

The Bgr24 pixel format.

Gets the Bgr32 pixel format. Bgr32 is a sRGB format with 32 bits per pixel (BPP). Each color channel (blue, green, and red) is allocated 8 bits per pixel (BPP).

C#
public static PixelFormat Bgr32 { get; }
Property Value:

The Bgr32 pixel format.

Gets the Bgr555 pixel format. Bgr555 is a sRGB format with 16 bits per pixel (BPP). Each color channel (blue, green, and red) is allocated 5 bits per pixel (BPP).

C#
public static PixelFormat Bgr555 { get; }
Property Value:

The Bgr555 pixel format

Gets the Bgr565 pixel format. Bgr565 is a sRGB format with 16 bits per pixel (BPP). Each color channel (blue, green, and red) is allocated 5, 6, and 5 bits per pixel (BPP) respectively.

C#
public static PixelFormat Bgr565 { get; }
Property Value:

The Bgr565 pixel format.

Gets the Bgra32 pixel format. Bgra32 is a sRGB format with 32 bits per pixel (BPP). Each channel (blue, green, red, and alpha) is allocated 8 bits per pixel (BPP).

C#
public static PixelFormat Bgra32 { get; }
Property Value:

The Bgra32 pixel format.

Gets the black and white pixel format which displays one bit of data per pixel as either black or white.

C#
public static PixelFormat BlackWhite { get; }
Property Value:

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).

C#
public static PixelFormat Cmyk32 { get; }
Property Value:

The CMYK32 pixel format.

Gets the pixel format that is best suited for the particular operation.

C#
public static PixelFormat Default { get; }
Property Value:

The PixelFormat best suited for the particular operation.

Exceptions:

NotSupportedException

The PixelFormat properties are accessed.

Gets the Gray16 pixel format which displays a 16 bits-per-pixel grayscale channel, allowing 65536 shades of gray. This format has a gamma of 1.0.

C#
public static PixelFormat Gray16 { get; }
Property Value:

The Gray16 pixel format.

Gets the Gray2 pixel format which displays a 2 bits-per-pixel grayscale channel, allowing 4 shades of gray.

C#
public static PixelFormat Gray2 { get; }
Property Value:

The Gray2 pixel format.

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.

C#
public static PixelFormat Gray32Float { get; }
Property Value:

The Gray32Float pixel format.

Gets the Gray4 pixel format which displays a 4 bits-per-pixel grayscale channel, allowing 16 shades of gray.

C#
public static PixelFormat Gray4 { get; }
Property Value:

The Gray4 pixel format.

Gets the Gray8 pixel format which displays an 8 bits-per-pixel grayscale channel, allowing 256 shades of gray.

C#
public static PixelFormat Gray8 { get; }
Property Value:

The Gray8 pixel format.

Gets the pixel format specifying a paletted bitmap with 2 colors.

C#
public static PixelFormat Indexed1 { get; }
Property Value:

The pixel format which specifying a paletted bitmap with 2 colors.

Gets the pixel format specifying a paletted bitmap with 4 colors.

C#
public static PixelFormat Indexed2 { get; }
Property Value:

The pixel format which specifying a paletted bitmap with 4 colors.

Gets the pixel format specifying a paletted bitmap with 16 colors.

C#
public static PixelFormat Indexed4 { get; }
Property Value:

The pixel format which specifying a paletted bitmap with 16 colors.

Gets the pixel format specifying a paletted bitmap with 256 colors.

C#
public static PixelFormat Indexed8 { get; }
Property Value:

The pixel format which specifying a paletted bitmap with 256 colors.

Gets the Pbgra32 pixel format. Pbgra32 is a sRGB format with 32 bits per pixel (BPP). Each channel (blue, green, red, and alpha) is allocated 8 bits per pixel (BPP). Each color channel is pre-multiplied by the alpha value.

C#
public static PixelFormat Pbgra32 { get; }
Property Value:

The Pbgra32 pixel format.

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.

C#
public static PixelFormat Prgba128Float { get; }
Property Value:

The Prgba128Float pixel format.

Gets the Prgba64 pixel format. Prgba64 is a sRGB format with 64 bits per pixel (BPP). Each channel (blue, green, red, 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.

C#
public static PixelFormat Prgba64 { get; }
Property Value:

The Prgba64 pixel format.

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.

C#
public static PixelFormat Rgb128Float { get; }
Property Value:

The Rgb128Float pixel format.

Gets the Rgb24 pixel format. Rgb24 is a sRGB format with 24 bits per pixel (BPP). Each color channel (red, green, and blue) is allocated 8 bits per pixel (BPP).

C#
public static PixelFormat Rgb24 { get; }
Property Value:

The Rgb24 pixel format.

Gets the Rgb48 pixel format. Rgb48 is a sRGB format with 48 bits per pixel (BPP). Each color channel (red, green, and blue) is allocated 16 bits per pixel (BPP). This format has a gamma of 1.0.

C#
public static PixelFormat Rgb48 { get; }
Property Value:

The Rgb48 pixel format.

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.

C#
public static PixelFormat Rgba128Float { get; }
Property Value:

The Rgba128Float pixel format.

Gets the Rgba64 pixel format. Rgba64 is an sRGB format with 64 bits per pixel (BPP). Each channel (red, green, blue, and alpha) is allocated 16 bits per pixel (BPP). This format has a gamma of 1.0.

C#
public static PixelFormat Rgba64 { get; }
Property Value:

The Rgba64 pixel format.