<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="font-family: &#39;DejaVu Sans&#39;; font-size: 9pt; font-weight: 400; font-style: normal;">
<div class="im">
&gt; In PS7 there is no difference which colorspace the curves were created in.<br>
&gt; That is you can create a curve in RGB mode and apply it to LAB image. I<br>
&gt; think it&#39;s a good idea to leave curves unattached to any colorspace.<br></div>
That would be strange, if you make a curve for RGB, and try to apply to a LAB image, does it apply the red curve to the L, green to A, and blue to B ? Or does it do the conversion ?<br>
<p style="margin: 0px; text-indent: 0px;"></p></div></blockquote><div><br>Yes, it simply applies the first curve to the first channel, the second - to the second... The only exception is united RGB curve. It goes to /dev/null in LAB, but is applied to united CMYK when in CMYK.<br>
<br>The user knows what he does ;)<br>I hope so =)<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="font-family: &#39;DejaVu Sans&#39;; font-size: 9pt; font-weight: 400; font-style: normal;">
<p style="margin: 0px; text-indent: 0px;"></p>Actually I would think it would be a good idea to bookmark individual curve, but that would not be possible with the current filter configuration bookmark system, and would need some specific code, either in KCurve or in the filter widgets.</div>
</blockquote><div>I don&#39;t think that is a good idea. I don&#39;t even sure that&#39;s useful to have global bookmarks of curves. In color correction every curve is mostly used for the only photo/picture. And then it goes to the history :). In this workflow saving curves to separate files as in Gimp/PS is quite better.<br>
 </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="font-family: &#39;DejaVu Sans&#39;; font-size: 9pt; font-weight: 400; font-style: normal;">
<div class="im">
&gt; KisFilter d-&gt;parentFilter;<br>
&gt;<br>
&gt; KisSerializableConfiguration*<br>
&gt; KisFilterConfigurationFactory::createDefault() {<br>
&gt;     return d-&gt;parentFilter-&gt;defaultConfiguration;<br>
&gt; }<br>
&gt;<br>
&gt; Is it?<br></div>
almost, with  return d-&gt;parentFilter-&gt;factoryConfiguration(); instead :)<br>
<p style="margin: 0px; text-indent: 0px;"></p></div></blockquote><div><br>In such a case we miss loading of the default configuration from kritarc. So return d-&gt;parentFilter-&gt;defaultConfiguration(); instead :P<br><br>
 </div></div><br clear="all"><br>-- <br>Dmitry Kazakov<br>