// ============================================================================ // Constants // ============================================================================ export const hueConfig = { prefix: "N", h_step: 15, p_count: 9, l_l_min: 96, l_l_step: -6, d_l_step: -6, l_c_min: 12, l_c_step: 6, d_c_step: -6, };