Color Line Generator - Color picker that generates you the script line

Hello Developers :slightly_smiling_face: , here’s the new plugin I made regarding my last resource (CSS Colors Module).

Introducing: Color Line Generator

image
:arrow_up:(The plugin image) :arrow_up:

Have you ever gotten tired of having to write Color3.from(r, g, b), BrickColor.new("ColorName") and etc?

If so, this plugin will ease things for you :slightly_smiling_face:.
It’s a UIGradient color picker, that generates you:

  1. The Color3 line
  2. The BrickColor line.
  3. The CSS Color line (from my past module).

You can directly copy the values into your script.

Features:

  1. Preview the color.
  2. Pick a color using the UIGradient Color Picker.
  3. Change the UIGradient to a custom-colored one. And return to the default rainbow one.
  4. View and change the RGB values.
  5. Copy the CSS, and BrickColor color name.
  6. Copy the BrickColor/Color3/CSSColor Script line:
    For instance:
local color = Color3.fromRGB(255,255,255)
  1. Automatic Dark/Light theme color adjustments

Limitations:
This can only be used Server-Sided and in Studio. As of now, it can’t be used Client-Sided.

How to use:

  1. The color lines are generated automatically, just move the Picker or change the RGB values to change the selected color.
  2. To change Gradients, select your UIGradient then click on Select Gradient.
    To change back to default, click on Default Gradient.
  3. The Color lines are un-editable TextBoxes, so you can select the line and copy it.

Preview:

image

Credits:

Thanks so much to @dispeller ! The plugin utilizes his UIGradient Color Picker.

Plugin Link:

https://www.roblox.com/library/6544980881/Color-Line-Generator-v1-0

Extra:

If you find any bugs, or have any features to suggest, please let me know :slightly_smiling_face:

4 Likes