Interface ProvideColorPresentationSignature
- ProvideColorPresentationSignature(
color: Color,
context: { document: TextDocument; range: Range },
token: CancellationToken,
): ProviderResult<ColorPresentation[]> Parameters
- color: Color
- context: { document: TextDocument; range: Range }
- token: CancellationToken
Returns ProviderResult<ColorPresentation[]>