cameraScreenFrontHintLabelText property

void cameraScreenFrontHintLabelText=(Color val)

Implementation

set cameraScreenFrontHintLabelText(Color val) {
  _cameraScreenFrontHintLabelText = val;
  _set({"205": _intFromColor(val)});
}