iowo/docs/design/types.typ

17 lines
275 B
Text
Raw Normal View History

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