Wink Left Eye

Wink Left Eye

Methods


set_left_eye(value_red, value_green, value_blue)


Sets the left wink bot eye to the chosen colour.

Check out the third party documentation for a more in depth explanation.

Parameters:
Name Type Description
value_red

the amount of red in the colour

value_green

the amount of green in the colour

value_blue

the amount of blue in the colour

Code Equivalent:
leftRGB(value_red,value_green,value_blue);

setleftblue(value_intensity)


Sets the left wink bot eye to blue at the given brightness.

Check out the third party documentation for a more in depth explanation.

Parameters:
Name Type Description
value_intensity

how bright the eye should be. Accepts a range from 0-255.

Code Equivalent:
leftBlue(value_intensity);

setleftcyan(value_intensity)


Sets the left wink bot eye to cyan at the given brightness.

Check out the third party documentation for a more in depth explanation.

Parameters:
Name Type Description
value_intensity

how bright the eye should be. Accepts a range from 0-255.

Code Equivalent:
leftCyan(value_intensity);

setleftgreen(value_intensity)


Sets the left wink bot eye to green at the given brightness.

Check out the third party documentation for a more in depth explanation.

Parameters:
Name Type Description
value_intensity

how bright the eye should be. Accepts a range from 0-255.

Code Equivalent:
leftGreen(value_intensity);

setleftorange(value_intensity)


Sets the left wink bot eye to orange at the given brightness.

Check out the third party documentation for a more in depth explanation.

Parameters:
Name Type Description
value_intensity

how bright the eye should be. Accepts a range from 0-255.

Code Equivalent:
leftOrange(value_intensity);

setleftpink(value_intensity)


Sets the left wink bot eye to pink at the given brightness.

Check out the third party documentation for a more in depth explanation.

Parameters:
Name Type Description
value_intensity

how bright the eye should be. Accepts a range from 0-255.

Code Equivalent:
leftPink(value_intensity);

setleftpurple(value_intensity)


Sets the left wink bot eye to purple at the given brightness.

Check out the third party documentation for a more in depth explanation.

Parameters:
Name Type Description
value_intensity

how bright the eye should be. Accepts a range from 0-255.

Code Equivalent:
leftPurple(value_intensity);

setleftred(value_intensity)


Sets the left wink bot eye to red at the given brightness.

Check out the third party documentation for a more in depth explanation.

Parameters:
Name Type Description
value_intensity

how bright the eye should be. Accepts a range from 0-255.

Code Equivalent:
leftRed(value_intensity);

setleftrgb()


Sets the left wink bot eye to the chosen colour.

Check out the third party documentation for a more in depth explanation.

Code Equivalent:
leftRGB(red, green, blue);

setleftwhite(value_intensity)


Sets the left wink bot eye to white at the given brightness.

Check out the third party documentation for a more in depth explanation.

Parameters:
Name Type Description
value_intensity

how bright the eye should be. Accepts a range from 0-255.

Code Equivalent:
leftWhite(value_intensity);

setleftyellow(value_intensity)


Sets the left wink bot eye to yellow at the given brightness.

Check out the third party documentation for a more in depth explanation.

Parameters:
Name Type Description
value_intensity

how bright the eye should be. Accepts a range from 0-255.

Code Equivalent:
leftYellow(value_intensity);

turnlefteyeoff()


Turns the left eye off until an on command is given.

Check out the third party documentation for a more in depth explanation.

Code Equivalent:
leftOff();