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# で color.fromargb を使用して、800 までの int から色を取得しています (これは toargb で元に戻すことができます)。
ビットマップ内の特定のピクセル (例: 0,0) をその色に設定し、jpg として保存しています。getpixel を使用してその色と int を取得すると、困惑した負の値が返されます。何か考えや提案はありますか?