Home
last modified time | relevance | path

Searched refs:systemColorSpace (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/browser/model/
H A DFastImageFactory.java33 if (! space.equals(JAIContext.systemColorSpace)) { in systemColorSpaceImage()
35 image, JAIContext.systemColorSpace, null in systemColorSpaceImage()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/app/batch/
H A DBatchImageComponent.java147 if (! space.equals(JAIContext.systemColorSpace)) { in systemColorSpaceImage()
149 image, JAIContext.systemColorSpace, null in systemColorSpaceImage()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/operation/zone/
H A DZone.java59 JAIContext.systemColorSpace,
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/swing/
H A DRangeSelectorZoneTrack.java62 return Functions.fromLinearToCS( JAIContext.systemColorSpace, rgb ); in zoneToColor()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/model/ImageEditor/
H A DZoneFinder.java205 …float[] srgbColor = Functions.fromLinearToCS(JAIContext.systemColorSpace, new float[] {color, colo… in requantize()
346 || image.getColorModel().getColorSpace() == JAIContext.systemColorSpace) in paintDone()
354 … JAIContext.systemColorSpace, in paintDone()
H A DColorSelectionPreview.java144 image = Functions.toColorSpace(image, JAIContext.systemColorSpace, null); in cropScaleGrayscale()
H A DPassThroughPreview.java156 Functions.toColorSpace(image, JAIContext.systemColorSpace, null); in cropScaleGrayscale()
H A DDropperPreview.java175 components = Functions.fromLinearToCS(JAIContext.systemColorSpace, components); in paintComponent()
H A DHistogramPreview.java173 …float[] srgbColor = Functions.fromLinearToCS(JAIContext.systemColorSpace, new float[] {color, colo… in paintComponent()
H A DImageEditorEngine.java568 … JAIContext.systemColorSpace, in update()
944 …float[] srgbColor = Functions.fromLinearToCS(JAIContext.systemColorSpace, new float[] {color, colo… in GrayPatchesImage()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/jai/
H A DJAIContext.java51 public static final ColorSpace systemColorSpace; field in JAIContext
450 systemColorSpace = _systemColorSpace;