destack.sh
docstemplatesblog
Language
  1. Setup
  2. TypeScript
  3. TypeScript++
  4. Runtime
  5. Standard Library
  6. Web
  7. Node
  8. Systems
  9. Modules
  10. destack:gpu
  11. destack:gpu/binding
  12. GpuColor
    1. Members
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
menu
Language
  1. Setup
  2. TypeScript
  3. TypeScript++
  4. Runtime
  5. Standard Library
  6. Web
  7. Node
  8. Systems
  9. Modules
  10. destack:gpu
  11. destack:gpu/binding
  12. GpuColor
    1. Members
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
Docs/Language/Standard Library/Modules/destack:gpu/destack:gpu/binding
mdtxt

GpuColor

import { GpuColor } from "destack:gpu/binding";

RGBA clear color.

language/library/src/gpu/binding/command.ds:62:71
1export struct GpuColor {2    r: float64;3    g: float64;4    b: float64;5    a: float64;6}

Members

r: float64

Red component.

g: float64

Green component.

b: float64

Blue component.

a: float64

Alpha component.

discordxgithub
2026.8.3alpha