public class RGBALegacyTypeDisplay extends Display<RGBALegacyType>
Constructor and Description |
---|
RGBALegacyTypeDisplay(Image<RGBALegacyType> img) |
Modifier and Type | Method and Description |
---|---|
protected float |
avg(int col) |
float |
get32Bit(RGBALegacyType c) |
float |
get32BitNormed(RGBALegacyType c) |
int |
get8BitARGB(RGBALegacyType c) |
byte |
get8BitSigned(RGBALegacyType c) |
short |
get8BitUnsigned(RGBALegacyType c) |
protected int |
max(int col) |
protected int |
min(int col) |
void |
setMinMax() |
public RGBALegacyTypeDisplay(Image<RGBALegacyType> img)
protected final float avg(int col)
protected final int max(int col)
protected final int min(int col)
public void setMinMax()
setMinMax
in class Display<RGBALegacyType>
public float get32Bit(RGBALegacyType c)
get32Bit
in class Display<RGBALegacyType>
public float get32BitNormed(RGBALegacyType c)
get32BitNormed
in class Display<RGBALegacyType>
public byte get8BitSigned(RGBALegacyType c)
get8BitSigned
in class Display<RGBALegacyType>
public short get8BitUnsigned(RGBALegacyType c)
get8BitUnsigned
in class Display<RGBALegacyType>
public int get8BitARGB(RGBALegacyType c)
get8BitARGB
in class Display<RGBALegacyType>
Copyright © 2015–2021 Fiji. All rights reserved.