.. highlightlang:: us .. index:: ImageSetFrameWidthAndColor .. _imagesetframewidthandcolor: ImageSetFrameWidthAndColor ========================== .. us.tag ImageSetFrameWidthAndColor NOTREADYENGLISH New360 Image ImageSet :ref:`ImageSetFrameWidthAndColor` sets the line width and color of the picture frame. .. function:: bool = ImageSetFrameWidthAndColor(hImg, rvFrameWidthAndColor) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hImg Identifies the image. .. uparam:: rvFrameWidthAndColor *rvFrameWidthAndColor* is a vector with 4 elements: The first element is the line width in 0.1 mm steps and the following 3 elements is the color (red, green, blue in the range 0 to 255). .. seealso:: :ref:`overview-pictures`, :ref:`ImageShowFrame` :sub:`id-1010540`