Page 1 of 2

Scaling the Color Scale

Posted: Thu May 19, 2016 8:09 am
by Grillteller
Hi,

i computed signed distances between a cloud and a mesh and i want to visualize the output. I'm interested in the values between -0.6 and 0.7 (see image).
Image
http://imgur.com/GNifNyq
But when i set the display ranges to these values, more than half of the colorscale is grey because i have values like -3.0. Is it possible to get a fully colored colorscale or do i have to edit the scalar field?

Best regards

Re: Scaling the Color Scale

Posted: Thu May 19, 2016 12:30 pm
by daniel
To do this you have to create a custom 'absolute' color ramp:
http://www.cloudcompare.org/doc/wiki/in ... es_Manager

An absolute color scale uses 'absolute' steps, i.e. the colors are only displayed between the values you specify. And you can also set custom 'labels' and only these labels will be used.

Re: Scaling the Color Scale

Posted: Tue Aug 17, 2021 5:47 pm
by fuji1205
daniel wrote: Thu May 19, 2016 12:30 pm To do this you have to create a custom 'absolute' color ramp:
http://www.cloudcompare.org/doc/wiki/in ... es_Manager

An absolute color scale uses 'absolute' steps, i.e. the colors are only displayed between the values you specify. And you can also set custom 'labels' and only these labels will be used.
Thank you Daniel. But I was wondering why CC always clash when I try to modifying the value of the selected sliders?

Re: Scaling the Color Scale

Posted: Sun Aug 22, 2021 3:22 pm
by daniel
clash? Or crash?

Re: Scaling the Color Scale

Posted: Sun Aug 22, 2021 3:25 pm
by fuji1205
daniel wrote: Sun Aug 22, 2021 3:22 pmclash? Or crash?
crash, and then I have to restart the program again

Re: Scaling the Color Scale

Posted: Sun Aug 22, 2021 6:14 pm
by fuji1205
daniel wrote: Sun Aug 22, 2021 3:22 pmclash? Or crash?
And how we can change the color scale in absolute ? I mean absolute color difference(red, then yellow, then black, etc) instead of color gradient

Re: Scaling the Color Scale

Posted: Tue Aug 24, 2021 7:28 pm
by daniel
So the crash is definitely not normal! Which version are you using? Do you have a reproducible way to make CC crash?

And then, the gradient is the default mode. You have to trick CC by defining two steps very close to each other (like 1 and 1.00001) at each color changing point to visually achieve what you are looking for.

Re: Scaling the Color Scale

Posted: Wed Aug 25, 2021 3:32 pm
by fuji1205
daniel wrote: Tue Aug 24, 2021 7:28 pm So the crash is definitely not normal! Which version are you using? Do you have a reproducible way to make CC crash?

And then, the gradient is the default mode. You have to trick CC by defining two steps very close to each other (like 1 and 1.00001) at each color changing point to visually achieve what you are looking for.
Thanks for your reply, Daniel!

I am using CC V2.12 alpha running at Windows 64-bit.

I encounter the same issue every-time when I edit the absolute value directly, it will crash.
Image 2.png
Image 2.png (12.5 KiB) Viewed 6818 times
I am sure my workstation is capable to run the CC and the point cloud size is within 10GB.

Also, I am wondering if CC can generate the color scale bar like this interval:
(C2M<-0.01),(C2M<-0.005),(C2M=-0.005),(C2M=0),(C2M>0.005),(C2M=0.005),(C2M>0.01)

Thanks again for your help!

Re: Scaling the Color Scale

Posted: Thu Aug 26, 2021 7:15 pm
by daniel
Ok, I haven't reproduced the crash, but I have indeed found a problem when manually changing the value/position of a color ramp step... I'll look at that ASAP.

Re: Scaling the Color Scale

Posted: Thu Aug 26, 2021 8:15 pm
by daniel
I have found the bug (and hopefully fixed it, you can try with the new 2.12.alpha version online).

And to create the color ramp you want (with the trick I suggest), with fixed color, you have to start with an absolute color scale and then:
1) reduce it to 2 steps
2) make sure the steps are above the maximum value you target (e.g. 1.0 and 2.0). And then:
3) select the first step, set the right color (the farthest), and edit its value to the minimum value (-0.01) then click somewhere else
4) click anywhere between the 2 steps, and edit the newly created step
5) set the color to the next segment color, and edit its value to something very close (-0.099) then click somewhere else
6) click anywhere between the 2 last steps, and edit the newly created step
7) set the same color and edit its value to the next intersection (-0.005) then click somewhere else
8) repeat from step 4