orientation2color#
- EulerColorKey.orientation2color(orientation: Orientation) ndarray [source]#
Return an RGB color per orientation given a proper point group symmetry.
Plot the Euler color key with
plot()
.- Parameters:
- orientation
Orientations to color.
- Returns:
rgb
Color array of shape
orientation.shape + (3,)
.