GraphicsEngine.windowBackgroundColor

  1. void windowBackgroundColor(float r, float g, float b, float a)
    class GraphicsEngine
    void
    windowBackgroundColor
    (
    float r
    ,
    float g
    ,
    float b
    ,
    float a = 1.0f
    )
  2. void windowBackgroundColor(Vector3F color, float a)
  3. void windowBackgroundColor(Vector4F color)

Meta