- Home
 - Actions & Qualifiers
 - Color
 
- 
			
Color
 - 
	
Description
This namespace contains all the colors used in the SDK
Examples
// Reference only, do NOT use within your code for tree-shaking reasons // SDK functions that require color accept a string (like 'red') or a hex value, like 'ffffff' import {Color} from '@cloudinary/url-gen/qualifiers/color' console.log(Color.RED);Details