CanvasCraft.Capabilities (canvas_craft v0.2.0)
View SourceCapability and enums/typespecs for CanvasCraft primitive families and options.
Summary
Types
Blend modes
Clip operation mode
Feature atoms for capability discovery
Gradient stop: {offset 0..1, {r,g,b,a}}
Line cap style
Line join style
Types
@type blend_mode() ::
:src_over
| :src
| :dst
| :clear
| :multiply
| :screen
| :overlay
| :darken
| :lighten
| :color_dodge
| :color_burn
| :hard_light
| :soft_light
| :difference
| :exclusion
| :hue
| :saturation
| :color
| :luminosity
Blend modes
@type clip_mode() :: :intersect | :difference
Clip operation mode
@type feature() :: :images | :gradients | :filters | :blending | :clipping | :effects
Feature atoms for capability discovery
@type gradient_stop() :: {number(), {0..255, 0..255, 0..255, 0..255}}
Gradient stop: {offset 0..1, {r,g,b,a}}
@type line_cap() :: :butt | :round | :square
Line cap style
@type line_join() :: :miter | :round | :bevel
Line join style