QGIS API Documentation
3.0.2-Girona (307d082)
|
Struct for storing properties of a distance transform operation. More...
#include <qgsimageoperation.h>
Public Attributes | |
QgsColorRamp * | ramp = nullptr |
Color ramp to use for shading the distance transform. More... | |
bool | shadeExterior = true |
Set to true to perform the distance transform on transparent pixels in the source image, set to false to perform the distance transform on opaque pixels. More... | |
double | spread = 10.0 |
Maximum distance (in pixels) for the distance transform shading to spread. More... | |
bool | useMaxDistance = true |
Set to true to automatically calculate the maximum distance in the transform to use as the spread value. More... | |
Struct for storing properties of a distance transform operation.
Definition at line 115 of file qgsimageoperation.h.
QgsColorRamp* QgsImageOperation::DistanceTransformProperties::ramp = nullptr |
Color ramp to use for shading the distance transform.
Definition at line 140 of file qgsimageoperation.h.
bool QgsImageOperation::DistanceTransformProperties::shadeExterior = true |
Set to true to perform the distance transform on transparent pixels in the source image, set to false to perform the distance transform on opaque pixels.
Definition at line 123 of file qgsimageoperation.h.
double QgsImageOperation::DistanceTransformProperties::spread = 10.0 |
Maximum distance (in pixels) for the distance transform shading to spread.
Definition at line 135 of file qgsimageoperation.h.
bool QgsImageOperation::DistanceTransformProperties::useMaxDistance = true |
Set to true to automatically calculate the maximum distance in the transform to use as the spread value.
Definition at line 129 of file qgsimageoperation.h.