~ubuntu-branches/ubuntu/maverick/gimp/maverick-security

« back to all changes in this revision

Viewing changes to app/core/gimpdrawable-hue-saturation.c

  • Committer: Package Import Robot
  • Author(s): Ari Pollak
  • Date: 2010-07-08 21:31:29 UTC
  • mto: (0.4.6 sid) (1.1.23)
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: package-import@ubuntu.com-20100708213129-eq09128jclwhu07x
ImportĀ upstreamĀ versionĀ 2.6.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
                         NULL);
60
60
 
61
61
  g_object_set (config,
62
 
                "hue",        hue        / 100.0,
 
62
                "hue",        hue        / 180.0,
63
63
                "saturation", saturation / 100.0,
64
64
                "lightness",  lightness  / 100.0,
65
65
                NULL);