rgbCssColor

rgbCssColor() :string

🇯🇵 🇺🇸
RGBカラーを生成し、CSSフレンドリーな形で返します。

パラメータ

なし

>>> Faker\Factory::create('ja_JP')->rgbCssColor()
=> "rgb(244,185,221)"
>>> Faker\Factory::create()->rgbCssColor()
=> "rgb(221,99,78)"
最終更新日時: