Skip to content

Export GridColorUtils from @deephaven/grid #2653

Description

@gzh2003

Summary

GridColorUtils is not exported from the @deephaven/grid package's public API. Consumers that need color utilities (e.g., hexToRgb, linearSRGBToOklab, OklabToLinearSRGB, lerpColor, rgbToHex) must import directly from the dist path:

import GridColorUtils from '@deephaven/grid/dist/GridColorUtils';

This bypasses the barrel export and can duplicate code in the built output.

Proposed Fix

Export GridColorUtils from @deephaven/grid/src/index.ts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions