Searched refs:color_transfer (Results 1 – 1 of 1) sorted by relevance
171 …vtkSmartPointer<vtkColorTransferFunction> color_transfer = vtkSmartPointer<vtkColorTransferFunctio… in WPaintedCloud() local172 color_transfer->SetColorSpaceToRGB(); in WPaintedCloud()173 color_transfer->AddRGBPoint(0.0, vc1[0], vc1[1], vc1[2]); in WPaintedCloud()174 color_transfer->AddRGBPoint(1.0, vc2[0], vc2[1], vc2[2]); in WPaintedCloud()175 color_transfer->SetScaleToLinear(); in WPaintedCloud()176 color_transfer->Build(); in WPaintedCloud()188 mapper->SetLookupTable(color_transfer); in WPaintedCloud()