BaseColor.this

RGBAで色を指定します.透明度は省略可能です.

  1. this(int hexColor, float alpha)
  2. this(float red, float green, float blue, float alpha)
    struct BaseColor(T, T Limit)
    this
    (
    in float red
    ,
    in float green
    ,
    in float blue
    ,
    in float alpha = limit
    )
  3. this(V v)

Meta