[vtkusers] vtkColorSeries method .GetColor(int i) not exist in Java
    -Daniel- 
    ich_daniel at habmalnefrage.de
       
    Sat Feb 14 17:48:32 EST 2015
    
    
  
Hi there,
how I get the colors of a vtkColorSeries in JAVA?   
I use:
vtkColorSeries colorSeries = new vtkColorSeries();
colorSeries.SetColorScheme(vtkColorSeries_BLUES);
for (int i = 0; i < colorSeries.GetNumberOfColors(); i++){
    double[] color = colorSeries.GetColor(i);  
    // but the method .GetColor(i) not exist in Java
}
Any hints?
--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkColorSeries-method-GetColor-int-i-not-exist-in-Java-tp5730396.html
Sent from the VTK - Users mailing list archive at Nabble.com.
    
    
More information about the vtkusers
mailing list