# Color (/developers/pinets/api-coverage/color)



### Predefined Colors [#predefined-colors]

| Function        | Status | Description   |
| --------------- | ------ | ------------- |
| `color.aqua`    | ✅      | Aqua color    |
| `color.black`   | ✅      | Black color   |
| `color.blue`    | ✅      | Blue color    |
| `color.fuchsia` | ✅      | Fuchsia color |
| `color.gray`    | ✅      | Gray color    |
| `color.green`   | ✅      | Green color   |
| `color.lime`    | ✅      | Lime color    |
| `color.maroon`  | ✅      | Maroon color  |
| `color.navy`    | ✅      | Navy color    |
| `color.olive`   | ✅      | Olive color   |
| `color.orange`  | ✅      | Orange color  |
| `color.purple`  | ✅      | Purple color  |
| `color.red`     | ✅      | Red color     |
| `color.silver`  | ✅      | Silver color  |
| `color.teal`    | ✅      | Teal color    |
| `color.white`   | ✅      | White color   |
| `color.yellow`  | ✅      | Yellow color  |

### Color Functions [#color-functions]

| Function                | Status | Description                  |
| ----------------------- | ------ | ---------------------------- |
| `color.from_gradient()` | ✅      | Create color from gradient   |
| `color.new()`           | ✅      | Create new color             |
| `color.rgb()`           | ✅      | Create color from RGB values |
| `color.b()`             | ✅      | Get blue component           |
| `color.g()`             | ✅      | Get green component          |
| `color.r()`             | ✅      | Get red component            |
| `color.t()`             | ✅      | Get transparency component   |
