def color(cls, ea, rgb, **frame):
"""Sets the color of the basic-block at the address ``ea`` to ``rgb``.
If the color ``frame`` is specified, set the frame to the specified color.
"""
return cls.set_color(ea, rgb, **frame)
评论列表
文章目录