Nodes in this category are temporarily included for debugging purposes by Graphite's developers. They may have rare potential uses for advanced users, but are not intended for general use and will be removed in future releases.
Nodes
| Node | Details | Possible Types |
|---|---|---|
| As String | Type-asserts a value to be a string. | String → StringString[] → String[] |
| As f64 | Convert an integer to a decimal number of the type f64, which may be the required type for certain node inputs. | f64 → f64f64[] → f64[] |
| As u32 | Convert a number to an integer of the type u32, which may be the required type for certain node inputs. | u32 → u32u32[] → u32[] |
| As u64 | Convert a number to an integer of the type u64, which may be the required type for certain node inputs. | u64 → u64u64[] → u64[] |
| Empty Image | Node description coming soon. | Transform → RasterTransform[] → Raster[] |
| Log to Console | Meant for debugging purposes, not general use. Logs the input value to the console and passes it through unchanged. | bool → boolbool[] → bool[]f64 → f64f64[] → f64[]u32 → u32u32[] → u32[]u64 → u64u64[] → u64[]Vec2 → Vec2Vec2[] → Vec2[]Transform → TransformTransform[] → Transform[]String → StringString[] → String[] |
| Quantize Animation Time | Node description coming soon. | bool → boolu32 → u32u64 → u64f32 → f32f64 → f64String → StringTransform → TransformFootprint → FootprintVec2 → Vec2Vector → VectorGraphic → GraphicRaster → RasterColor → ColorGradient → GradientArtboard → ArtboardString[] → String[]f64[] → f64[]Vec2[] → Vec2[]Vector[] → Vector[]Graphic[] → Graphic[]Raster[] → Raster[]Color[] → Color[]Gradient[] → Gradient[]Artboard[] → Artboard[] |
| Quantize Real Time | Node description coming soon. | bool → boolu32 → u32u64 → u64f32 → f32f64 → f64String → StringTransform → TransformFootprint → FootprintVec2 → Vec2Vector → VectorGraphic → GraphicRaster → RasterColor → ColorGradient → GradientArtboard → ArtboardString[] → String[]f64[] → f64[]Vec2[] → Vec2[]Vector[] → Vector[]Graphic[] → Graphic[]Raster[] → Raster[]Color[] → Color[]Gradient[] → Gradient[]Artboard[] → Artboard[] |
| Sample Image | Node description coming soon. | Raster → RasterRaster[] → Raster[] |
| Serialize | Converts a value to a JSON string representation. | String → StringString[] → String[]bool → Stringbool[] → String[]f64 → Stringf64[] → String[]u32 → Stringu32[] → String[]u64 → Stringu64[] → String[]Vec2 → StringVec2[] → String[]Transform → StringTransform[] → String[] |
| Upload Texture | Uploads image data from CPU memory into a GPU texture so that GPU-based nodes can process it. | Raster → RasterRaster[] → Raster[] |