Shadowblitz16

Results 118 comments of Shadowblitz16

I just changed the metro themes to flat metro themes since that is what I meant

> It might be less confusing if they were combined - however separating them leads you towards a more performant design. The big difference between a Pixmap and a Texture...

it could be sent over when the data is changed but only after every frame. this would require keeping track of the color data anyways. I don't see why keeping...

I can understand where your coming from but at the same time I ask why should the user have to worry about this? Its a game engine and the point...

so here is a example of what I would use it for... **Setting pixel data on image** ``` public Image Image; public Color[] Palette; public int[] Data; public SomeMethod() {...

> Thank you for the examples - should help in informing requirements of this change! > > The first example is counter intuitive to me - you are setting an...

idk though I do think that it being centered and the aspect ratio mode should be separate.

I would just think that being able to read the scale would be useful for setting gui widgets to the screen size.. ``` Widget.W = Graphics.GetWidth() / Graphics.GetScale(); Widget.H =...

@endlesstravel so this is a no? what about a possibility for a way to reset the transformation stack like so.. - ResetRotation(); - ResetTranslation(); - ResetScale(); this would be just...

do you have a link to a topic where I can complain?