Back to FabImage Library website
You are here: Start » Function Reference » Profile » Profile Point Transforms » SubtractFromProfile
SubtractFromProfile
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationPro |
Subtracts a scalar value from each element of a profile.
Syntax
C++
C#
void fil::SubtractFromProfile ( fil::Profile& ioProfile, ftl::Optional<const fil::Range&> inRange, float inValue )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Range exceeds the input profile in SubtractFromProfile. |


