color.blue()
Categories: CSS | Color Object
color.blue( value )Returns: Color
Plugin: jQuery.color
Description: Set the "blue" component of the color.
-
color.blue( value )
version added: 1.2value A value for the "blue" component of the color ( Integer from 0 - 255 ).
Returns a copy of the color object with the blue set to val. For increase or decrease the value can also take a string in the format of "+=1" or "-=1".