Files
modeling-app/docs/kcl-std/modules/std.md
Adam Chalmers 1f53dd1357 KCL: [number; 3] to RGB hex string color function (#7184)
Closes https://github.com/KittyCAD/modeling-app/issues/6805. Enables users to programatically construct colors, which will be helpful for 

- Applying color to visualize program execution and help debugging
- Doing weird cool shit
2025-05-23 13:53:58 -05:00

1.7 KiB

title, subtitle, excerpt, layout
title subtitle excerpt layout
std Module in std:: The KCL standard library manual

The KCL standard library

Contains frequently used constants, functions for interacting with the KittyCAD servers to create sketches and geometry, and utility functions.

The standard library is organised into modules (listed below), but most things are always available in KCL programs.

You might also want the KCL language reference or the KCL guide.

Modules

Functions and constants