1 Nov
2017
1 Nov
'17
4:58 p.m.
On 01.11.2017 19:46, Vincent Povirk wrote:
+ status = GdipCreateHatchBrush(data->BrushData.hatch.HatchStyle, *(ARGB *)&data->BrushData.hatch.ForeColor, + *(ARGB *)&data->BrushData.hatch.BackColor, (GpHatch **)brush);
I guess this is OK for this patch, but maybe we should modify the definition of EmfPlusARGB to avoid needing things like this?
Sure. You think it's better to have a single ARGB field, or a union to make components accessible too?