UNPKG

@devlander/colors

Version:

Color utility package used between packages

8 lines (7 loc) 323 B
import { HexDecimalObject } from "./types/hex-decimal-object.interface"; /** * Checks if the RGBA value is out of range. * @param rgba - The RGBA object to validate. * @returns {boolean} - True if the value is out of range, false otherwise. */ export declare function isRgbaOutOfRange(rgba: HexDecimalObject): boolean;