rgbColor
rgbColor() :string
🇯🇵 🇺🇸
RGBカラーを生成します。
パラメータ
なし
例
>>> Faker\Factory::create('ja_JP')->rgbColor()
=> "206,37,129"
>>> Faker\Factory::create()->rgbColor()
=> "49,206,158"
rgbColor() :string
🇯🇵 🇺🇸
RGBカラーを生成します。
なし
>>> Faker\Factory::create('ja_JP')->rgbColor()
=> "206,37,129"
>>> Faker\Factory::create()->rgbColor()
=> "49,206,158"