Skip to main content
torch.js has not been released yet.
torch.js logotorch.js logotorch.js
PlaygroundContact
Login
Documentation
IntroductionType SafetyTensor ExpressionsTensor IndexingEinsumEinopsAutogradTraining a ModelProfiling & MemoryPyTorch MigrationBest PracticesRuntimesPerformancePyTorch CompatibilityBenchmarksDType Coverage
IntroductionRenderer GalleryRenderersAnalysis
getColormapShaderCodeColormapNameColormapOptions
torch.js· 2026
LegalTerms of UsePrivacy Policy
/
/
  1. docs
  2. viz
  3. viz
  4. colormaps
  5. ColormapName

viz.colormaps.ColormapName

export type ColormapName =
  | 'viridis'
  | 'plasma'
  | 'inferno'
  | 'magma'
  | 'cividis'
  | 'turbo'
  | 'grayscale'
  | 'hot'
  | 'cool'
  | 'diverging' // Blue-white-red
  | 'categorical';

Values

  • 'viridis'
  • 'plasma'
  • 'inferno'
  • 'magma'
  • 'cividis'
  • 'turbo'
  • 'grayscale'
  • 'hot'
  • 'cool'
  • 'diverging'
  • 'categorical'

Colormap type definitions.

Previous
UMAPResult
Next
ColormapOptions