UNPKG

itk-viewer-bootstrap-ui

Version:

[![npm version](https://badge.fury.io/js/itk-viewer-bootstrap-ui.svg)](https://badge.fury.io/js/itk-viewer-bootstrap-ui) ![react-bootstrap version](https://img.shields.io/badge/React%20Bootstap-%3E=1.6.1-brightgreen.svg) [![Documentation Status](https://r

10 lines (8 loc) 318 B
function toggleBackgroundColor(context) { context.main.selectedBackgroundColor = (context.main.selectedBackgroundColor + 1) % context.main.backgroundColors.length context.main.backgroundColor = context.main.backgroundColors[context.main.selectedBackgroundColor] } export default toggleBackgroundColor