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