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.
カラーコードからブラシを作成するには?
#FFFFE4C4私がカラーコードと呼んでいるものの一例です。 たとえば、私がやりたいことは
#FFFFE4C4
Brush brush = new Brush(#FFFFE4C4);
最初にcolor code から色を取得し、そこからブラシを作成します。
Brush brush = new SolidBrush((Color)ColorConverter.ConvertFromString("#FFFFE4C4"));