Grx.color_get_ega_colors

@returns([Grx.Color])
def color_get_ega_colors():
    # Python wrapper for grx_color_get_ega_colors()
  

Gets an array of the 16 classic EGA colors. Use Grx.EgaColorIndex to determine the color at each index of the array.

The the colors and the array itself must not be freed.

Returns