Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
不透明度のある赤色の RGBA コードを探しています: 誰か教えてもらえますか? (または、RGBA 色の詳細についてはどこで学べますか? ありがとうございます。
rgba(red, green, blue, alpha)
赤、緑、青の範囲は 0 ~ 255 です。数値が高いほど存在感のある色になります。
アルファの範囲は 0.0 ~ 1.0 です。数値が高いほど、不透明度が高くなります。
完全に不透明な赤はrgba(255, 0, 0, 1)
rgba(255, 0, 0, 1)