iowo/docs/design/types.typ

17 lines
275 B
Plaintext
Raw Normal View History

2024-01-01 23:34:34 +01:00
#import "../template.typ": conf
#show: doc => conf(
doc
)
2024-01-01 23:56:31 +01:00
= Type data model
2024-01-01 23:34:34 +01:00
2024-01-01 23:56:31 +01:00
== Requirements
2024-01-01 23:34:34 +01:00
2024-01-01 23:56:31 +01:00
- Color-aware
- It can handle colors and colorspaces for images
- ocio????
- number/number type support
- custom types (structs/enums)
- algebraic enums
- traits (`Numeric`...)