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 other than 'none'. By default there is no border. If the border is enabled but no color is set, the default color is gray (194,194,194).

Either the specified color, a darker shade of that color, or both are used to draw the image border. See SetImageBorderType for details.

The border width can be set with SetImageBorderWidth.