Hi, I'm new and I recently implemented this library for some tests,

Hi, I’m new and I recently implemented this library for some tests, but the library is too big and I need to have at least one list of commands with a minimal description, keyword.txt does not help me. can you tell me a help?
thank you

Hello Federico. Start by reading the wiki.

You can also browse and search the code. There is some documentation scattered about in the code if you look.
http://fastled.io/docs/3.1/

If there is stuff you’re wondering about or if you have questions about something, ask here in the G+ group.

If you have code to share or discuss, please post to http://gist.github.com and share a link to the code.

thanks, I started reading. but ask for clarification to order the led. my WS2812B strip is GRB and not RGB, so the colors are inverted. How I have to declaration: FastLED.addLeds <WS2812B, 5> (leds, NUM_LEDS);

You can use this example to find (or confirm) the correct color order.