Raymond Radet

Results 60 comments of Raymond Radet

@bronzehedwick This script is awesome ! But I confirm the issue. The problem is that layerRef.bounds[0].value; only returns position of first pixel, it exclude a part of the layer (that...

@bronzehedwick No problem ! Thanks for your quick answer ! The issue was also in the Photoshop API iteself, but r-bin made a script that overcome that: https://forums.adobe.com/thread/2455423 There is...

I confirm the issue. For me it was line 48. [Demo](https://i.imgur.com/QoHfwe5.gif) @joansalasoler many thanks !! this trick works ! @C-Bouthoorn It would be nice if this could be fixed natively...

@joansalasoler actually you are missing a class, for when the cursor is on the color word itself: ```css .pigments-gutter-marker span, .pigments-gutter-marker-in-selection span { background-attachment: scroll !important; } ``` This is...

Having the ability to be able to add custom colors in a simple way would indeed be nice !

According to https://github.com/abe33/atom-pigments/blob/master/docs/extending-pigments.md, it seems possible to add custom colors, but the documentation doesn't tells anything about where (in which files) to put these functions... :/

@MindTooth Maybe this can help ? https://github.com/abe33/atom-pigments/blob/master/docs/extending-pigments.md it is not related to this issue tough. This is for Color Names, not color expression.

This would be nice !

@ScottChesworth Hi, Can you make a screen capture of this ? Thx!

@ausbaxter Hi, thanks for your contribution, https://github.com/X-Raym/REAPER-ReaScripts/pull/5/commits/8c754c84438003fb7413eb102e1e5bb13212cd32 I'm not sure the Nudge Volume fix is required, as the bug report [here](https://forum.cockos.com/showthread.php?p=1951080#post1951080) seems not to be a bug. Else, please show...