Sorry the previous incomplete message was sent by mistake.
I want to divert your attention to the function
*void getThings( cmsUInt32Number space, gchar const**& namers, gchar const**& tippies, guint const*& scalies ) * { ..... }
The purpose of this function is to fetch which Color Space the CMS chosen uses and then provide the appropriate scales, labels and tool tips for the GUI and backend.
Now, if a color space based on CMYK is chosen the respective tips returned by the function getThings(..) are : {_("Cyan"), _("Magenta"), _("Yellow"), _("Black"), " ", " "}, and the scales returned are: {1,1, 1, 1, 1, 1},
My first question is what are the last 2 blank tips corresponding too ? And similarly what are the last two scales which have a value one corresponding too ?
Secondly, if I change the scales to {100,100,100,100,1,1} nothing happens to the rebuilt Inkscape.exe If the scales were changed to {1,1,1,1,100,100} , no changes were observed.
Any ideas ? Thanskyou.
On Tue, May 14, 2013 at 10:29 PM, Arshdeep Singh <moduli16@...400...> wrote:
Hello devs,
I want to divert your attention to the function
void getThings( cmsUInt32Number space, gchar const**& namers, gchar const**& tippies, guint const*& scalies ) {
{_("Cyan"), _("Magenta"), _("Yellow"), _("Black"), "", ""},
-- Arshdeep Singh Third Year, Computer Engineering Delhi Technological University Ph: +91-9654115614 https://sites.google.com/site/adsingh1729/home