QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Attributes | List of all members
QgsImageOperation::DistanceTransformProperties Struct Reference

Struct for storing properties of a distance transform operation. More...

#include <qgsimageoperation.h>

Public Attributes

QgsColorRampramp = 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...
 

Detailed Description

Struct for storing properties of a distance transform operation.

Definition at line 115 of file qgsimageoperation.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: