I didn't find it either, but instead I just use the MCP3208 ADC object. Since I have it on the stingray (with the 5v level shifters) I use 20k pullup resistors and sample the eight channels as a 12 bit value. I calibrate it by having it look at both dark and light, recording those extremes, then averaging them and adding in a bit of threshold. From there I can use that value in calculating the binary representation (light or dark) very easily. It works very well.
Comments