Chimera Commands Index

Usage:
( scolor | scolour ) surf-model method options

Scolor is the command-line implementation of Surface Color, which colors surface models and their caps. See also: color, rangecolor, rainbow, sop, volume, msc, Coulombic Surface Coloring

Examples:

scolor #0 geometry cylindrical
scolor #0 geom radial cmap 100,gray:150,blue:200,purple
scolor #0 volume #1 cmap -10,red:0,white:10,blue
The surf-model argument can be a specific model number or range of model numbers preceded by #, or simply # to indicate all applicable surfaces. The method can be: Method keywords and their sub-keywords (described below) can be truncated to unique strings, and their case does not matter. Synonyms for true: True, 1. Synonyms for false: False, 0. A vertical bar "|" designates mutually exclusive options, and default settings are indicated with bold.

scolor  surf-model  color  color_name 
Simply use the specified color, where color_name can be any color name that specifies a single color. The general options do not apply to this method.
scolor  surf-model  volume  volume-model  [ perPixel true | false ] [ colorOutsideVolume color_name ] [ offset d | start,end,N ] general-options
Color by volume data such as electron density or electrostatic potential, where volume-model is the model number (preceded by #) of the volume data set. The perPixel option indicates whether to determine color separately for each surface pixel instead of interpolating across surface triangles (see details). Per-pixel coloring tends to give smoother color gradations. Values at surface vertices are determined by interpolation except when per-pixel coloring is used (see details). The colorOutsideVolume option specifies how to color for surface vertices that fall outside the volume data grid. The color_name can be any color name that specifies a single color; the default is #800080008000 (a dark gray). The offset option specifies how far out from each surface vertex, along its normal, to evaluate the data (default 0.0):
scolor  surf-model  gradient  volume-model  [ colorOutsideVolume color_name ] [ offset d | start,end,N ] general-options
Color by volume data gradient norm, where volume-model is the model number (preceded by #) of the volume data set. Gradients (how steeply the values change in space) at surface vertices are determined by interpolation (see details). The colorOutsideVolume and offset options are as described above for volume.
scolor  surf-model  geometry radialcenter center ] [ coordinateSystem N ] general-options
Color by distance from a point. The point can be specified with center, where center can be: The default is the center of the bounding box of the surface. The coordinateSystem option indicates that x,y,z specifications of center should be interpreted in the coordinate system of a reference model. N is the reference model number preceded by #. The default coordinate system is that of the surface being colored.
scolor  surf-model  geometry cylindricalcenter center ] [ axis axis ] [ coordinateSystem N ] general-options
Color by distance from an axis. The axis is defined by any point on the axis and a direction. The point can be specified with center and the direction with axis, where axis can be: The default is the Z-axis in the coordinate system of the surface. The coordinateSystem option indicates that specifications of center and/or axis should be interpreted in the coordinate system of a reference model. N is the reference model number preceded by #. The default coordinate system is that of the surface being colored.
scolor  surf-model  geometry heightcenter center ] [ axis axis ] [ coordinateSystem N ] general-options
Color by distance from a plane, or topographic height. The plane is defined by any point on the plane and a vector normal to the plane. The point can be specified with center and the vector with axis. The coordinateSystem option indicates that specifications of center and/or axis should be interpreted in the coordinate system of a reference model. N is the reference model number preceded by #. The default coordinate system is that of the surface being colored.

General Options

cmap palette | value1,color1:value2,color2:...
Use the specified color mapping, which can be either a pre-defined palette (colors listed in ascending value order): or a series of value,color pairs (no spaces) separated by colons only. A color can be any color name that specifies a single color.
reverseColors true | false
Whether to reverse the order of the colors in the palette.
cmapRange full | low,high
What data values should map to the extremes of the palette: the default full, meaning the minimum and maximum values found (at surface vertices), or specified low and high values separated by a comma only. Values less than low will map to the same color as low, and values greater than high will map to the same color as high. When multiple surfaces are colored in a single command, the full range is determined separately for each surface.
capOnly true | false
Whether to color only surface caps and not the rest of a surface.
autoUpdate true | false
Whether to update the coloring of a surface automatically when its shape changes. For example, the shape of a surface cap changes as clipping is adjusted, and a molecular surface changes shape when it is recomputed with a different probe radius. This updating only accounts for changes in the shape of a surface, not changes in its position or orientation relative to other models.