color_rgb

gets a color from rgb

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

Meta