CTRL_FLAG_BEZIER

Constant CTRL_FLAG_BEZIER 

Source
pub const CTRL_FLAG_BEZIER: u8 = 0x10;
Expand description

Bezier flag bit in the raw column_count byte (bit 4).

When set, the actual value count per keyframe row is (raw_column_count & 0x0F) * 3 (control point triplets).