color_rgb

gets a color from rgb

  1. Color color_rgb(float r, float g, float b, float a)
    pragma(inline)
    Color
    color_rgb
    (
    float r
    ,
    float g
    ,
    float b
    ,
    float a = 1.0
    )
  2. Color color_rgb(ubyte r, ubyte g, ubyte b, ubyte a)
  3. Color color_rgb(ubyte v)

Meta