Home
last modified time | relevance | path

Searched refs:luminosityLowerFeather (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/model/
H A DRGBColorSelection.java23 public final float luminosityLowerFeather; field in RGBColorSelection
41 float luminosityLowerFeather, in RGBColorSelection() argument
53 this.luminosityLowerFeather = luminosityLowerFeather; in RGBColorSelection()
105 Float.floatToIntBits( luminosityLowerFeather ) ^ in hashCode()
189 luminosityLowerFeather = 0; in RGBColorSelection()
198 && ((luminosityLowerFeather == 0 in isAllSelected()
215 if (Float.compare(that.luminosityLowerFeather, luminosityLowerFeather) != 0) return false; in equals()
233 buffer.append(luminosityLowerFeather); in toString()
H A DColorSelection.java20 public final float luminosityLowerFeather; field in ColorSelection
47 this.luminosityLowerFeather = brightnessLowerFeather; in ColorSelection()
61 && ((luminosityLowerFeather == 0 in isAllSelected()
71 buffer.append(luminosityLowerFeather); in toString()
99 if (that.luminosityLowerFeather != luminosityLowerFeather) return false; in equals()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/jai/opimage/
H A DRGBColorSelectionMaskOpImage.java79 colorSelection.isLuminosityEnabled ? colorSelection.luminosityLowerFeather : 0, in computeRect()
133 float luminosityLowerFeather = colorSelection[5]; in ushortLoop() local
166 … else if (luminosity >= (luminosityLower - luminosityLowerFeather) && luminosity < luminosityLower) in ushortLoop()
167 … brightnessMask = (luminosity - (luminosityLower - luminosityLowerFeather))/luminosityLowerFeather; in ushortLoop()
H A DColorSelectionMaskOpImage.java67 colorSelection.isLuminosityEnabled ? colorSelection.luminosityLowerFeather : 0, in computeRect()
158 float luminosityLowerFeather = colorSelection[5]; in ushortLoop() local
222 … else if (luminosity >= (luminosityLower - luminosityLowerFeather) && luminosity < luminosityLower) in ushortLoop()
223 … brightnessMask = (luminosity - (luminosityLower - luminosityLowerFeather))/luminosityLowerFeather; in ushortLoop()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/jnisrc/fast_jai/
H A DrgbColorSelection.cpp38 float luminosityLowerFeather = colorSelection[5]; in loop() local
83 … else if (luminosity >= (luminosityLower - luminosityLowerFeather) && luminosity < luminosityLower) in loop()
84 … brightnessMask = (luminosity - (luminosityLower - luminosityLowerFeather))/luminosityLowerFeather; in loop()
H A DcolorSelection.cpp93 float luminosityLowerFeather = colorSelection[5]; in Java_com_lightcrafts_jai_opimage_ColorSelectionMaskOpImage_nativeUshortLoop() local
171 … else if (luminosity >= (luminosityLower - luminosityLowerFeather) && luminosity < luminosityLower) in Java_com_lightcrafts_jai_opimage_ColorSelectionMaskOpImage_nativeUshortLoop()
172 … luminosityMask = (luminosity - (luminosityLower - luminosityLowerFeather))/luminosityLowerFeather; in Java_com_lightcrafts_jai_opimage_ColorSelectionMaskOpImage_nativeUshortLoop()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/operation/
H A DColorSelectionControls.java371 Float.toString( cs.luminosityLowerFeather ) in save()
537 m_lowerLuminosityFeather = cs.luminosityLowerFeather; in stateChanged()
572 final float cblfv = cs.luminosityLowerFeather; in colorSelectionToControls()
702 final float luminosityLowerFeather; in mergeColorSelections() local
707 luminosityLowerFeather = in mergeColorSelections()
713 luminosityLowerFeather = in mergeColorSelections()
714 Math.min( cs.luminosityLower, cs.luminosityLowerFeather ); in mergeColorSelections()
721 cs.luminosityLower, luminosityLowerFeather, in mergeColorSelections()
728 m_lowerLuminosityFeather = cs.luminosityLowerFeather; in mergeColorSelections()