mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-03 11:35:29 -04:00
TMC-IMAGE: Fixed some typos.
This commit is contained in:
parent
e72988aa7b
commit
2cf1c6e43b
@ -66,7 +66,7 @@ public class BrightnessContrastFilter extends RGBImageFilter {
|
|||||||
canFilterIndexColorModel = true;
|
canFilterIndexColorModel = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Use a precalculated lookup table for performace
|
// Use a pre-calculated lookup table for performance
|
||||||
private final int[] LUT;
|
private final int[] LUT;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -149,7 +149,6 @@ public class BrightnessContrastFilter extends RGBImageFilter {
|
|||||||
*
|
*
|
||||||
* @return the filtered pixel value in the default color space
|
* @return the filtered pixel value in the default color space
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public int filterRGB(int pX, int pY, int pARGB) {
|
public int filterRGB(int pX, int pY, int pARGB) {
|
||||||
// Get color components
|
// Get color components
|
||||||
int r = pARGB >> 16 & 0xFF;
|
int r = pARGB >> 16 & 0xFF;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user