NumberNumberNumberRGBColorRGBColorRGBColorNumberGet the Blue
Kind: Instance method of RGBColor
Returns: Number - the KEY_BLUE value
NumberGet the Green
Kind: Instance method of RGBColor
Returns: Number - the KEY_GREEN value
NumberGet the Red
Kind: Instance method of RGBColor
Returns: Number - the KEY_RED value
RGBColorSet the Blue
Kind: Instance method of RGBColor
Returns: RGBColor - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| blue | Number |
The desired Blue. {'num_min_value': 0, 'num_max_value': 255} |