laravel-validation-rules / colour

Licence: Apache-2.0 license
Validate colours.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to colour

dehex
🎨👀 R package: learn to assess a colour hex code by eye
Stars: ✭ 29 (-6.45%)
Mutual labels:  hex, color, colour
colr pickr
Colr Pickr, a vanilla JavaScript color picker component built with SVGs, with features like saving colors. Similar design to the chrome-dev-tools color picker.
Stars: ✭ 27 (-12.9%)
Mutual labels:  color, colour
khroma
A collection of functions for manipulating CSS colors, inspired by SASS.
Stars: ✭ 28 (-9.68%)
Mutual labels:  hex, color
colored-console
🌈 Add some color to your console >_
Stars: ✭ 74 (+138.71%)
Mutual labels:  color, colour
Dynamiccolor
Yet another extension to manipulate colors easily in Swift and SwiftUI
Stars: ✭ 2,677 (+8535.48%)
Mutual labels:  hex, color
tc-lib-color
PHP library to manipulate various color representations
Stars: ✭ 19 (-38.71%)
Mutual labels:  color, colour
SwiftColorWheel
Delightful color picker wheel for iOS in Swift.
Stars: ✭ 37 (+19.35%)
Mutual labels:  color, colour
ColorHelper
No description or website provided.
Stars: ✭ 34 (+9.68%)
Mutual labels:  hex, color
leeks.js
Simple ANSI styling for your terminal
Stars: ✭ 12 (-61.29%)
Mutual labels:  color, colour
shades
Simple colour manipulation in R
Stars: ✭ 70 (+125.81%)
Mutual labels:  color, colour
Color
A little library to deal with color conversions
Stars: ✭ 166 (+435.48%)
Mutual labels:  hex, color
react-color
🎨 Is a tiny color picker widget component for React apps.
Stars: ✭ 50 (+61.29%)
Mutual labels:  hex, color
Values.js
🍇 Get the tints and shades of a color
Stars: ✭ 97 (+212.9%)
Mutual labels:  hex, color
colour-nuke
Colour - Nuke
Stars: ✭ 145 (+367.74%)
Mutual labels:  color, colour
Xcodecolorsense
🎈 An Xcode plugin that makes working with color easier
Stars: ✭ 79 (+154.84%)
Mutual labels:  hex, color
Colorhighlight
🎨 Lightweight Color Highlight colorizer for Sublime Text
Stars: ✭ 76 (+145.16%)
Mutual labels:  hex, color
Colorpicker
A mininal but complete colorpicker desktop app
Stars: ✭ 766 (+2370.97%)
Mutual labels:  hex, color
React Colorful
🎨 A tiny (2,5 KB) color picker component for React and Preact apps
Stars: ✭ 951 (+2967.74%)
Mutual labels:  hex, color
noire
🎨 Light/darken, mix, (de)saturate the colors in Golang with CMYK / RGB / HSV / HSL / Hex / HTML supported.
Stars: ✭ 38 (+22.58%)
Mutual labels:  hex, color
colour-notebooks
Colour - Jupyter Notebooks
Stars: ✭ 21 (-32.26%)
Mutual labels:  color, colour

Colour

Validates colours, currently supporting hex codes only.

Installation

composer require laravel-validation-rules/colour

Usage

use LVR\Colour\Hex;

$request->validate([
    'colour' => ['required', new Hex],
]);
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].