ConcreteComponentTransferFunctionpublic interface ComponentTransferFunction
| Modifier and Type | Field | Description |
|---|---|---|
static int |
DISCRETE |
|
static int |
GAMMA |
|
static int |
IDENTITY |
The various transfer types
|
static int |
LINEAR |
|
static int |
TABLE |
| Modifier and Type | Method | Description |
|---|---|---|
float |
getAmplitude() |
Returns the amplitude value for this transfer function
|
float |
getExponent() |
Returns the exponent value for this transfer function
|
float |
getIntercept() |
Returns the intercept value for this transfer function
|
float |
getOffset() |
Returns the offset value for this transfer function
|
float |
getSlope() |
Returns the slope value for this transfer function
|
float[] |
getTableValues() |
Returns the table values for this transfer function
|
int |
getType() |
Returns the type of this transfer function
|
static final int IDENTITY
static final int TABLE
static final int DISCRETE
static final int LINEAR
static final int GAMMA
int getType()
float getSlope()
float[] getTableValues()
float getIntercept()
float getAmplitude()
float getExponent()
float getOffset()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.