function ChangColor( ColorObj ){
  $( ColorObj ).colorPicker({
    setValue:true,
    setBackground:false
  });
}
