augmentedgesture.js icon indicating copy to clipboard operation
augmentedgesture.js copied to clipboard

post-it color code

Open mkirank opened this issue 11 years ago • 1 comments

I am unable to understand how to use the Option pointers . What values do I use it for a post-it note ?

I have tried the following but it does not seem to recognize the color

pointerOpts.colorFilter.r   = {min:   0, max: 255};
pointerOpts.colorFilter.g   = {min:   0, max: 255};
pointerOpts.colorFilter.b   = {min:  0, max: 230};

mkirank avatar Dec 11 '12 13:12 mkirank

it depends on the color of your postit, you better use the sliders of dat.gui i would advice.

jeromeetienne avatar Dec 12 '12 15:12 jeromeetienne