set(r, g, b)
      Set the color to the specified RGB values.
Parameters:
      r [value: 0.0 ~ 1.0, type: float]
      g [value: 0.0 ~ 1.0, type: float]
      b [value: 0.0 ~ 1.0, type: float]
Return Value: None

file: src/draw/engine_color.c

landing