CurveHandle struct

Public static functions

static auto Make(CurveType type, uint32_t index) -> CurveHandle
static auto Linear() -> CurveHandle

Public functions

auto GetType() const -> CurveType
auto GetIndex() const -> uint32_t
auto IsLinear() const -> bool
auto operator==(CurveHandle o) const -> bool
auto operator!=(CurveHandle o) const -> bool

Public variables

uint32_t Value