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
@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.
the color table
the index in the color table