get_point_cgo
#
- biotite.interface.pymol.get_point_cgo(pos, color)[source]#
Get the CGO for one or multiple points.
- Parameters:
- posarray-like, shape=(3,), shape=(n,3)
The position(s) of the points.
- colorarray-like, shape=(3,) or shape=(n,3)
The color of the point(s) given as RGB values in the range (0, 1). Either one color can be given that is used for all points or an individual color for each point can be supplied.
- Returns:
- cgolist of float
The CGO representation.