SetImageBorderColor

SetImageBorderColor — Set image border color, if enabled

Synopsis

$plot->SetImageBorderColor($color)
    

Description

SetImageBorderColor sets the color to use for a border around the entire image.

Parameters

$color

Color value to use. See Section 3.5, “Colors” for more on color values.

Notes

The image border is only drawn if SetImageBorderType is called with a type of 'plain' or 'raised'; by default there is no border. If the border is enabled but no color is set, the default color is gray (194,194,194).