OuterColor

Graphics32

TBitmap32.OuterColor

property OuterColor: TColor32;

Description

This property specifies the color returned by PixelS property when reading the pixel with coordinates that lie outside the bitmap. The default value is $00000000, which corresponds to a fully transparent black. It is also used when performing linear transformations of a bitmap.

See Also

Pixel, TColor32