oM = ipdfHSVOrientationMapping(ebsd);
% set inversePoleFigureDirection such that the mean orientation is colorized white
oM.whiteCenter = vector3d([0 0 1]);
% concentrate the colors around the mean orientation
oM.maxAngle = 12*degree;
% plot the colormap
figure
plot(oM,'resolution', .1*degree)