Searched defs:foregroundColor (Results 1 – 3 of 3) sorted by relevance
49 void CBC_Writer::SetBarcodeColor(FX_ARGB foregroundColor) { in SetBarcodeColor()
120 void CBC_CodeBase::SetBarcodeColor(FX_ARGB foregroundColor) { in SetBarcodeColor()
193 java.awt.Color foregroundColor = EffectUtil.fromString(prefs.get("foreground", "ffffff")); in Hiero() local