geopf-extensions-openlayers
Version:
French Geoportal Extensions for OpenLayers libraries
12 lines • 460 B
TypeScript
export default ColorUtils;
declare namespace ColorUtils {
function hex(number: number): string;
function num(hexa: any): number;
function arrayToRgba(values: any[]): string;
function arrayToHex(values: any[]): any;
function rgbaToHex(rgba: string): any;
function hexToRgba(hex: string, opacity: number): string;
function isHex(value: any): boolean;
function isRGB(value: any): boolean;
}
//# sourceMappingURL=ColorUtils.d.ts.map