> --
> You received this message because you are subscribed to the Google Groups "Minneapolis St. Paul WordPress User Group" group.
> To post to this group, send email to mpls-stpau...@googlegroups.com.
> To unsubscribe from this group, send email to mpls-stpaul-word...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/mpls-stpaul-wordpress?hl=en.
>
here are my thoughts.
1) create an image with the roof cutout (photoshop).
2) place html5 canvas image (original) with roof-cutout-image on top
(separate div).
3) use a javascript-color-adjustment algorithm to modify the color to
your choosing.
Your greatest challenge will likely be the color calculation to derive
the proper values.
If so, you will need to measure the paint or roof material with a
spectrophotometer or a spectroradiometer to obtain the correct CIE
L*a*b* values.
If you are going for the "eye-ball" method, photoshop might provide a
good enough estimate output result. Then you can just load those
different images created in photoshop.
What do you think ?
Here is my Flex implementations in HSV and CIEL*a*b* adjustment.
Maybe this is useful to you (port to javascript)?
http://www.ctyeung.com/flex/AdjustHSV/TestAdjustHSV.html
http://www.ctyeung.com/flex/AdjustCIELab/TestAdjustCIELab.html
CT
Oh, I was experimenting with sound and interface sometime back.
Did you grow up with Atari too?
On Feb 3, 2012 6:51 AM, "Toby C" <tcr...@gmail.com> wrote:
CT,I love those sound effects! Are they from Megamania on the old 2600 Atari?Toby
On Thu, Feb 2, 2012 at 9:11 PM, CT Yeung <yeu...@gmail.com> wrote:
>
> I am also not aware of an...
--
You received this message because you are subscribed to the Google Groups "Minneapolis St. Paul ...
--
Thank you for sharing the Sherwin Williams website. The user
experience is way cool.
It looks like the color selection is being applied as a transparency filter.
But as you probably know, paint is a pigment that reflects light (not
transparent). So I am not sure how they are able represent their
products accurately.
If you wish to approach this in similar fashion, you can obtain the
CIEL*a*b* value for each paint selection from your client (or measure
with a spectrophotometer) and calculated the corresponding sRGB (HP)
values for a standard monitor. You may need to do some guessing on
the scene light source (daylight, tungsten, fluorescent, etc) for the
final image.
http://en.wikipedia.org/wiki/SRGB
CT
Something that might be of value to you in lighting and color
calculation for architecture.
AutoDesk product:
http://blog.lightingvanguard.com/2011/08/lighting-simulation-software-autodesk.html
Mathematica: http://vimeo.com/14281064
CT