MantisBT - ParaView
View Issue Details
0015489ParaView(No Category)public2015-05-26 18:352015-09-06 12:17
Alan Scott 
Cory Quammen 
normalminorhave not tried
closedfixed 
git-master 
4.44.4 
Sandia
15489_reorder_vtkBlockColors
feature
0015489: Change default vtkBlockColors
Please change the default vtkBlockColors to the following 12 colors. These colors will appear in the Color Editor/ Annotations section.


255, 0, 0
0, 255, 0
0, 0, 255
255, 255, 0
255, 0, 255
0, 255, 255
77, 175, 74
160, 160, 255
170, 128, 85
255, 128, 192
134, 90, 179
255, 192, 128
No tags attached.
related to 0015478closed Alan Scott vtkBlockColors master bug 
png NewKAAMSOrder.png (2,828) 2015-08-05 15:14
https://www.vtk.org/Bug/file/9864/NewKAAMSOrder.png
png
Issue History
2015-05-26 18:35Alan ScottNew Issue
2015-05-26 18:35Alan ScottRelationship addedrelated to 0015478
2015-05-26 18:36Alan ScottTarget Version => 4.4
2015-06-10 12:42Utkarsh AyachitNote Added: 0034530
2015-06-10 12:43Utkarsh AyachitAssigned To => Utkarsh Ayachit
2015-06-10 12:43Utkarsh AyachitStatusbacklog => todo
2015-06-10 12:43Utkarsh AyachitStatustodo => active development
2015-06-10 12:43Utkarsh AyachitStatusactive development => gatekeeper review
2015-06-10 12:43Utkarsh AyachitResolutionopen => fixed
2015-06-10 12:44Utkarsh AyachitNote Added: 0034531
2015-06-12 23:10Utkarsh AyachitNote Added: 0034551
2015-06-12 23:10Utkarsh AyachitStatusgatekeeper review => customer review
2015-06-12 23:10Utkarsh AyachitFixed in Version => git-master
2015-06-16 12:57Alan ScottNote Added: 0034564
2015-06-16 12:57Alan ScottStatuscustomer review => closed
2015-07-28 17:21Alan ScottNote Added: 0034848
2015-07-28 17:21Alan ScottStatusclosed => backlog
2015-07-28 17:21Alan ScottResolutionfixed => reopened
2015-07-28 17:36Alan ScottStatusbacklog => todo
2015-08-05 14:30Cory QuammenAssigned ToUtkarsh Ayachit => Cory Quammen
2015-08-05 15:14Cory QuammenFile Added: NewKAAMSOrder.png
2015-08-05 15:14Cory QuammenNote Added: 0034893
2015-08-05 16:11Alan ScottNote Added: 0034894
2015-08-06 01:59Cory QuammenStatustodo => active development
2015-08-06 10:01Cory QuammenTopic Name => 15489_reorder_vtkBlockColors
2015-08-06 10:01Cory QuammenNote Added: 0034905
2015-08-06 10:01Cory QuammenStatusactive development => gatekeeper review
2015-08-06 10:01Cory QuammenResolutionreopened => fixed
2015-08-11 11:16Cory QuammenNote Added: 0034941
2015-08-11 11:22Utkarsh AyachitStatusgatekeeper review => customer review
2015-08-11 12:28Alan ScottNote Added: 0034945
2015-08-11 12:28Alan ScottStatuscustomer review => closed
2015-09-06 12:17Utkarsh AyachitFixed in Versiongit-master => 4.4

Notes
(0034530)
Utkarsh Ayachit   
2015-06-10 12:42   
commit 04ef97a280e572b24ef7b2fbef28c10bb0c1199c
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Jun 5 18:13:37 2015 -0400

    BUG 0015489. Changed default vtkBlockColors preset.
    
    Added a new KAAMS color map and using that as the default for
    vtkBlockColors array. Adding a pqStandardArrayColorMapsBehavior that
    makes it possible to change the preset to use for a specific array.
(0034531)
Utkarsh Ayachit   
2015-06-10 12:44   
Merge request:
https://gitlab.kitware.com/utkarsh.ayachit/paraview/commit/04ef97a280e572b24ef7b2fbef28c10bb0c1199c [^]
(0034551)
Utkarsh Ayachit   
2015-06-12 23:10   
The KAAMs colormap with 12 colors is now used by default for vtkBlockColors.
(0034564)
Alan Scott   
2015-06-16 12:57   
Nice.

Tested remote server, Linux, master.
(0034848)
Alan Scott   
2015-07-28 17:21   
I closed the other, somewhat unrelated bug. Using this one to change the KAAMS Annotation colors as per our conversation.

* Delete color 6 (row 7), which is a dark green (76, 176, 74)
* Move all colors above this deleted color down one.
* Please add white, 255,255,255 as color 0.
(0034893)
Cory Quammen   
2015-08-05 15:14   
Alan,

Is this the order you had in mind?

Thanks,
Cory
(0034894)
Alan Scott   
2015-08-05 16:11   
Yes, that is the order we wanted. We are trying to make color 0 match other datasets, and get rid of the color that is closest to others. If you have other ideas, I am all ears!
(0034905)
Cory Quammen   
2015-08-06 10:01   
Merge request posted: https://gitlab.kitware.com/paraview/paraview/merge_requests/276 [^]

commit f52f9e047aa7ca9fb27fee6c8bd36a440511411a
Author: Cory Quammen <cory.quammen@kitware.com>
Date: Wed Aug 5 15:45:50 2015 -0400

    15489: Reordered colors in KAAMS colormap
    
    White is the now the first. Removed dark green.
    
    Updated baselines to use the new colors.
(0034941)
Cory Quammen   
2015-08-11 11:16   
This change has now been merged into master.
(0034945)
Alan Scott   
2015-08-11 12:28   
Perfect. Absolutely perfect.

Tested master, remote server, Linux.