i tried to create a wrapper from Adafruit_TCS34725 :
https://github.com/adafruit/Adafruit_TCS34725
can you check if it can help you ?
thanks about you library.
when i check your library and run code this error Appears.
In file included from C:\Users\Khandan\Desktop\color\RADAFR~1\B4R\Objects\bin\sketch\rAdafruit_TCS34725.h:3:0,
from C:\Users\Khandan\Desktop\color\RADAFR~1\B4R\Objects\bin\sketch\B4RDefines.h:25,
from C:\Users\Khandan\Desktop\color\RADAFR~1\B4R\Objects\src\src.ino:1:
Adafruit_TCS34725.h:42:10: fatal error: Adafruit_I2CDevice.h: No such file or directory
#include <Adafruit_I2CDevice.h>
^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1