SubName: None Description: A quick one liner to hide the text displayed with the colorpicker color. Useful for busy option screens, or aligning with a label. CSSUtils.SetStyleProperty(ColorPicker1,"-fx-color-label-visible","False") Depends...