Grx.color_lookup

@accepts([Grx.Color], int)
@returns(Grx.Color)
def color_lookup(table, index):
    # Python wrapper for grx_color_lookup()
  

Looks up a color in the color table.

table

the color table

index

the index in the color table

Returns