| 
  | __init__(self,
        name=None,
        asl="NOT all",
        color=(1,1,1))
    (Constructor)
 |  |  Create a Marker object 
    Parameters:
        name(str) - The name of the marker group. Used for unique identification of 
          the marker within Maestro. By default a unique string identifier 
          is generated.asl(str) - The ASL defining which atoms should be marked. By default no 
          atoms are marked.red- The amount of red, green, and blue to use, each ranging from 0.0 
          to 1.0. Default is white (1, 1, 1).color(tuple of 3 floats)Overrides:
        object.__init__
     |