Methods
-
eyesprevcolour()
-
Sets the wink bot eyes to the previous colour.
Check out the third party documentation for a more in depth explanation.Code Equivalent:
eyesPrevCol();
-
set_eyes(red, green, blue)
-
Sets the wink bot eyes to the given colour.
Check out the third party documentation for a more in depth explanation.Parameters:
Name Type Description red
the amount of red in the colour
green
the amount of green in the colour
blue
the amount of blue in the colour
Code Equivalent:
eyesRGB(value_red,value_green,value_blue);
-
seteyesblue(value_intensity)
-
Sets the wink bot eyes 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 eyes should be. Accepts a range from 0-255.
Code Equivalent:
eyesBlue(value_intensity);
-
seteyescyan(value_intensity)
-
Sets the wink bot eyes 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 eyes should be. Accepts a range from 0-255.
Code Equivalent:
eyesCyan(value_intensity);
-
seteyesgreen(value_intensity)
-
Sets the wink bot eyes 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 eyes should be. Accepts a range from 0-255.
Code Equivalent:
eyesGreen(value_intensity);
-
seteyesorange(value_intensity)
-
Sets the wink bot eyes 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 eyes should be. Accepts a range from 0-255.
Code Equivalent:
eyesOrange(value_intensity);
-
seteyespink(value_intensity)
-
Sets the wink bot eyes 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 eyes should be. Accepts a range from 0-255.
Code Equivalent:
eyesPink(value_intensity);
-
seteyespurple(value_intensity)
-
Sets the wink bot eyes 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 eyes should be. Accepts a range from 0-255.
Code Equivalent:
eyesPurple(value_intensity);
-
seteyesred(value_intensity)
-
Sets the wink bot eyes 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 eyes should be. Accepts a range from 0-255.
Code Equivalent:
eyesRed(value_intensity);
-
seteyesrgb()
-
Sets the wink bot eyes to the chosen colour.
Check out the third party documentation for a more in depth explanation.Code Equivalent:
eyesRGB(red, green, blue);
-
seteyeswhite(value_intensity)
-
Sets the wink bot eyes 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 eyes should be. Accepts a range from 0-255.
Code Equivalent:
eyesWhite(value_intensity);
-
seteyesyellow(value_intensity)
-
Sets the wink bot eyes 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 eyes should be. Accepts a range from 0-255.
Code Equivalent:
eyesYellow(value_intensity);
-
turneyesoff()
-
Turns both eyes off until an on command is given.
Check out the third party documentation for a more in depth explanation.Code Equivalent:
eyesOff();