rgbColor

rgbColor() :string

🇯🇵 🇺🇸
RGBカラーを生成します。

パラメータ

なし

>>> Faker\Factory::create('ja_JP')->rgbColor()
=> "206,37,129"
>>> Faker\Factory::create()->rgbColor()
=> "49,206,158"
最終更新日時: