Class: QgsRgbPointCloud3DSymbol¶
3D symbol that draws point cloud geometries as 3D objects using RGB colors in the dataset.
Warning
This is not considered stable API, and may change in future QGIS releases. It is exposed to the Python bindings as a tech preview only.
Added in version 3.18.
Class Hierarchy¶
Base classes¶
3D symbol that draws point cloud geometries as 3D objects. |
|
Abstract base class for 3D symbols that are used by VectorLayer3DRenderer objects. |
- class qgis._3d.QgsRgbPointCloud3DSymbol[source]¶
Bases:
QgsPointCloud3DSymbol- blueAttribute(self) str[source]¶
Returns the attribute to use for the blue channel.
See also
See also
See also
- Return type:
str
- blueContrastEnhancement(self) QgsContrastEnhancement | None[source]¶
Returns the contrast enhancement to use for the blue channel.
See also
See also
See also
- Return type:
Optional[QgsContrastEnhancement]
- greenAttribute(self) str[source]¶
Returns the attribute to use for the green channel.
See also
See also
See also
- Return type:
str
- greenContrastEnhancement(self) QgsContrastEnhancement | None[source]¶
Returns the contrast enhancement to use for the green channel.
See also
See also
See also
- Return type:
Optional[QgsContrastEnhancement]
- readBaseXml()¶
- redAttribute(self) str[source]¶
Returns the attribute to use for the red channel.
See also
See also
See also
- Return type:
str
- redContrastEnhancement(self) QgsContrastEnhancement | None[source]¶
Returns the contrast enhancement to use for the red channel.
See also
See also
See also
- Return type:
Optional[QgsContrastEnhancement]
- setBlueAttribute(self, attribute: str | None)[source]¶
Sets the
attributeto use for the blue channel.See also
See also
See also
- Parameters:
attribute (Optional[str])
- setBlueContrastEnhancement(self, enhancement: QgsContrastEnhancement | None)[source]¶
Sets the contrast
enhancementto use for the blue channel.Ownership of
enhancementis transferred.See also
See also
See also
- Parameters:
enhancement (Optional[QgsContrastEnhancement])
- setGreenAttribute(self, attribute: str | None)[source]¶
Sets the
attributeto use for the green channel.See also
See also
See also
- Parameters:
attribute (Optional[str])
- setGreenContrastEnhancement(self, enhancement: QgsContrastEnhancement | None)[source]¶
Sets the contrast
enhancementto use for the green channel.Ownership of
enhancementis transferred.See also
See also
See also
- Parameters:
enhancement (Optional[QgsContrastEnhancement])
- setRedAttribute(self, attribute: str | None)[source]¶
Sets the
attributeto use for the red channel.See also
See also
See also
- Parameters:
attribute (Optional[str])
- setRedContrastEnhancement(self, enhancement: QgsContrastEnhancement | None)[source]¶
Sets the contrast
enhancementto use for the red channel.Ownership of
enhancementis transferred.See also
See also
See also
- Parameters:
enhancement (Optional[QgsContrastEnhancement])
- writeBaseXml()¶