1
General / Re: Get size of content
« on: May 02, 2014, 07:02:38 pm »
Thanks , zsbzsb and eXpl0it3r
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Sorry I've no idea what you're asking for...Sorry for bad explanation.
If you want the zoom factor, then you need to track that on your own.
What 40 colors do you have then? I mean how do they define these 40 colors?40 colors is colors that my teacher define.
Not sure if I'm starting to understand you, do you want to convert each pixel and then draw each pixel with a vertex array/tile map?Yes!!
I don't know, bit converting some colors from the 32bit color space to your 40 color space shouldn't be so hard, if the 40 colors are logically choosen (while ignoring the uselessness of a 40 color limit).40 colors isn't chosen by logically .
Why don't you ask your assistant/prof/teacher first then? Because they (usually) get payed for their teaching/assistance, plus they probably speak your lanuage.This is project, I do by myself. No teacher can teach me .
I don't understand what you mean exactly, but you can iterate over all the pixels and change them with some simple math.Simple math is something about Hue or saturation?
Why is there such a color limit?All of this is an argument of my school project
Why don't you save the *.bmp directly with these colors, so you don't have to do it at runtime?
What did I tell you about properties....
Noticed that most of the loading functions are in the constructors in C#. Also in some cases you'll need to use properties in place of getters and setters you'd use in C++. Since I'm not working with tilemaps right now I really can't help much with this.Now I can loading tileset.
If you haven't found it already here's the Github to the window events.Thanks you very much
Very useful. https://github.com/SFML/SFML.Net/blob/master/src/Window/Window.cs#L554
It should help speed things along.
Busy converting some of the C++ examples to C# before I start working on what I'm up to so I might be able to help. Working on the one on the first page after going into the classes list.