BaseColor.this

16進数のカラーコードで色を指定します.

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

Meta