property Pool.Color as Color
Gets or sets a value that indicates the pool's background color.

TypeDescription
Color A Color expression that specifies the color to show pool's background. The last 7 bits in the high significant byte of the color indicates the identifier of the skin being used to paint the part. Use the Add method to add new skins to the control. The -1 indicates that the pool's background is transparent.
By default, the Color property is -1 (transparent). The Color property gets or sets a value that indicates the pool's background color. The Color property specifies the visual appearance / background color of the lane itself. The Color property of the Header gets or sets a value that indicates the header's background color. The Background(exPoolBackColor) property defines the visual appearance (EBN) or background color for all pools on the surface, while the Color property is -1. The Pattern property specifies the pattern/frame to be shown on the pool's background. The HeaderColor property specifies the visual appearance / background color of the pool's header.

The following screen shot shows the pool with a different visual appearance ( EBN object ):