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.
ウェブサイトにアップロードされたカラーパレットを取得するにはどうすればよいですか?
C++ を使用せずにそれらを取得する方法がない場合は、C++ で GDI+ を使用できます。その中に Bitmap または Image クラスがあります。ピクセルを取得し、それらを調べて RGB を取得するだけです。あなたの質問が理解できれば。