cameraScreenFrontHintLabelBackground property

set cameraScreenFrontHintLabelBackground (Color val)

Implementation

set cameraScreenFrontHintLabelBackground(Color val) {
  _cameraScreenFrontHintLabelBackground = val;
  _set({"204": _intFromColor(val)});
}