10.1.13 BitmapPalettes

(usage)

{x:Static BitmapPalettes.StaticPropertyName}

(description)

Defines several color palettes that are commonly used by bitmap images.

[types assignable to]

BitmapPalettes x:Object

[is default constructible]

False

(static properties)

BlackAndWhite

BitmapPalette

(description)

A value that represents a black-and-white color palette. This palette consists of 2 colors total.

BlackAndWhiteTransparent

BitmapPalette

(description)

A value that represents a black, white, and transparent color palette. This palette consists of 3 colors total.

Gray16

BitmapPalette

(description)

A value that represents a color palette that contains 16 shades of gray. The palette ranges from black to gray to white. This palette contains 16 total colors.

Gray16Transparent

BitmapPalette

(description)

A value that represents a color palette that contains 16 shades of gray. The palette ranges from black to gray to white with an additional transparent color. This palette contains 17 total colors.

Gray256

BitmapPalette

(description)

A value that represents a color palette that contains 256 shades of gray, ranging from black to gray to white. This palette contains 256 total colors.

Gray256Transparent

BitmapPalette

(description)

A value that represents a color palette that contains 256 shades of gray, ranging from black to gray to white with an additional transparent color. This palette contains 257 total colors.

Gray4

BitmapPalette

(description)

A value that represents a color palette that contains 4 shades of gray, ranging from black to gray to white. This palette contains 4 total colors.

Gray4Transparent

BitmapPalette

(description)

A value that represents a color palette that contains 4 shades of gray, ranging from black to gray to white with an additional transparent color. This palette contains 5 total colors.

Halftone125

BitmapPalette

(description)

A value that represents a color palette that contains 125 primary colors and 16 system colors, with duplicate colors removed. There are a total of 133 colors in this palette.

Halftone125Transparent

BitmapPalette

(description)

A value that represents a color palette that contains 125 primary colors, 16 system colors, and 1 additional transparent color. Duplicate colors in the palette are removed. There are a total of 134 colors in this palette.

Halftone216

BitmapPalette

(description)

A value that represents a color palette that contains 216 primary colors and 16 system colors, with duplicate colors removed. There are a total of 224 colors in this palette.

Halftone216Transparent

BitmapPalette

(description)

A value that represents a color palette that contains 216 primary colors, 16 system colors, and 1 additional transparent color. Duplicate colors in the palette are removed. There are a total of 225 colors in this palette.

Halftone252

BitmapPalette

(description)

A value that represents a color palette that contains 252 primary colors and 16 system colors, with duplicate colors removed. There are a total of 256 colors in this palette.

Halftone252Transparent

BitmapPalette

(description)

A value that represents a color palette that contains 252 primary colors, 16 system colors, and 1 additional transparent color. Duplicate colors in the palette are removed. There are a total of 256 colors in this palette.

Halftone256

BitmapPalette

(description)

A value that represents a color palette that contains 256 primary colors and 16 system colors, with duplicate colors removed. There are a total of 256 colors in this palette.

Halftone256Transparent

BitmapPalette

(description)

A value that represents a color palette that contains 256 primary colors, 16 system colors, and 1 additional transparent color that replaces the final color in the sequence. Duplicate colors in the palette are removed. There are a total of 256 colors in this palette.

Halftone27

BitmapPalette

(description)

A value that represents a color palette that contains 27 primary colors and 16 system colors, with duplicate colors removed. There are a total of 35 colors in this palette.

Halftone27Transparent

BitmapPalette

(description)

A value that represents a color palette that contains 27 primary colors and 16 system colors, with duplicate colors removed and 1 additional transparent color. There are a total of 36 colors in this palette.

Halftone64

BitmapPalette

(description)

A value that represents a color palette that contains 64 primary colors and 16 system colors, with duplicate colors removed. There are a total of 72 colors in this palette.

Halftone64Transparent

BitmapPalette

(description)

A value that represents a color palette that contains 64 primary colors and 16 system colors, with duplicate colors removed and 1 additional transparent color. There are a total of 73 colors in this palette.

Halftone8

BitmapPalette

(description)

A value that represents a color palette that contains 8 primary colors and 16 system colors, with duplicate colors removed. There are a total of 16 colors in this palette, which are the same as the system palette.

Halftone8Transparent

BitmapPalette

(description)

A value that represents a color palette that contains 8 primary colors and 16 system colors, with duplicate colors removed and 1 additional transparent color. There are a total of 17 colors in this palette.

WebPalette

BitmapPalette

(description)

A value that represents a color palette that contains 216 primary colors and 16 system colors, with duplicate colors removed. There are a total of 224 colors in this palette.

WebPaletteTransparent

BitmapPalette

(description)

A value that represents a color palette that contains 216 primary colors and 16 system colors, with duplicate colors removed and 1 additional transparent color. There are a total of 225 colors in this palette.