Skip to content

conversion-library / hexRgbToHexRrggbb

Function: hexRgbToHexRrggbb()

ts
function hexRgbToHexRrggbb(color: string): string

hexRgbToHexRrggbb

version: v0.0.6+

Parameters

color: string

输入 #rgb

Returns

string

返回 #rrggbb

Example

ts
hexRgbToHexRrggbb('#fff')
// #ffffff
hexRgbToHexRrggbb('#3456')
// #33445566
hexRgbToHexRrggbb('#334455')
// #334455

Defined in

lib/color-conversion/hexAndRgb.ts:68