TPixelFormat Enumeration

Represents type TPixelFormat.

Namespace: System.Graphics
type
 TPixelFormat = (pfDevice, pf1bit, pf4bit, pf8bit, pf15bit, pf16bit, pf24bit, pf32bit, pfCustom);

The TPixelFormat type exposes the following members.

Show:
 NameDescription
pf15bit

Represents constant pf15bit.

pf16bit

Represents constant pf16bit.

pf1bit

Represents constant pf1bit.

pf24bit

Represents constant pf24bit.

pf32bit

Represents constant pf32bit.

pf4bit

Represents constant pf4bit.

pf8bit

Represents constant pf8bit.

pfCustom

Represents constant pfCustom.

pfDevice

Represents constant pfDevice.

Top