![]() Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Linear transfer function. More...
#include <ilviews/bitmaps/filters/transfer.h>
Public Member Functions | |
| IlvLinearTransfer (IlFloat slope=1.0, IlFloat intercept=0.0) | |
| Constructor. | |
| IlFloat | getIntercept () const |
| Returns the intercept value. | |
| IlFloat | getSlope () const |
| Returns the slope value. | |
| void | setIntercept (IlFloat intercept) |
| Sets the intercept value. | |
| void | setSlope (IlFloat slope) |
| Sets the slope value. | |
| void | setValues (IlFloat slope, IlFloat intercept) |
| Sets the values for the slope and intercept. | |
Linear transfer function.
Library: ilvbmpflt
This transfer function defines a lookup table by a linear equation: C' = slope * C + intercept
IlvRGBBitmapData, IlvBitmapFilter, IlvComponentTransferFilter, IlvTransferFunction, IlvIdentityTransfer, IlvTableTransfer, IlvDiscreteTransfer, IlvGammaTransfer Constructor.
Initializes a new instance of the class IlvLinearTransfer.
| slope | The slope value. | |
| intercept | The intercept value. |
| IlFloat IlvLinearTransfer::getIntercept | ( | ) | const |
Returns the intercept value.
| IlFloat IlvLinearTransfer::getSlope | ( | ) | const |
Returns the slope value.
| void IlvLinearTransfer::setIntercept | ( | IlFloat | intercept | ) |
Sets the intercept value.
| intercept | The new intercept value. |
| void IlvLinearTransfer::setSlope | ( | IlFloat | slope | ) |
Sets the slope value.
| slope | The new slope value. |
© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.