Skip to main content

getCompareColors

Returns the current Compare overlay and background colors.

Syntax

RxCore.getCompareColors()

Parameters

  • None

Returns

  • comparecolors — An object containing the overlay colors, structured as follows:
var comparecolors = {
bg: overlayBGColor,
fg: overlayFGColor
};