Wink Right Eye

Wink Right Eye

Methods


set_right_eye(value_red, value_green, value_blue)


Sets the right 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:
rightRGB(value_red,value_green,value_blue);

setrightblue(value_intensity)


Sets the right 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:
rightBlue(value_intensity);

setrightcyan(value_intensity)


Sets the right 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:
rightCyan(value_intensity);

setrightgreen(value_intensity)


Sets the right 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:
rightGreen(value_intensity);

setrightorange(value_intensity)


Sets the right 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:
rightOrange(value_intensity);

setrightpink(value_intensity)


Sets the right 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:
rightPink(value_intensity);

setrightpurple(value_intensity)


Sets the right 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:
rightPurple(value_intensity);

setrightred(value_intensity)


Sets the right 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:
rightRed(value_intensity);

setrightrgb()


Sets the right wink bot eye to the chosen colour.

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

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

setrightwhite(value_intensity)


Sets the right 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:
rightWhite(value_intensity);

setrightyellow(value_intensity)


Sets the right 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:
rightYellow(value_intensity);

turnrighteyeoff()


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

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

Code Equivalent:
rightOff();