color of volumes

This commit is contained in:
Guillaume Damiand 2023-11-17 18:56:41 +01:00
parent 09b175b63e
commit 8111fdfcd3
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public:
/// Returns `false` by default.
std::function<bool(const DS &, volume_descriptor)> is_volume_wireframe;
/// `std::function` that returns the color of the given volume.
/// `std::function` that returns the color of the given volume, i.e. the color of all the faces of this volume.
/// `nullptr` by default.
std::function<CGAL::IO::Color(const DS &, volume_descriptor)> volume_color;