Skip to main content

Auki::ConjureKit::Manna::Knobs

Public Attributes

Name
const floatNearCarrotPositionAsFractionOfSidelength
const floatFarCarrotPositionAsFractionOfSidelength
const floatDarkSubsectionAsFractionOfSidelength
const floatCarrotHalfLengthInAsFractionOfSidelength
const floatCarrotHalfLengthOutAsFractionOfSidelength
const floatOutwardPushOfDarkSubsectionsLightnessTolerance
const floatFourthCornerCarrotsExtraAvgLightnessTolerance
const floatFourthCornerCarrotsRelDistanceToLineTolerance
const floatOutwardsPushViaDawnXtraLightness
const intMinNumDarkPixs
const floatCarrotLengthAsFractionOfSidelength

Public Attributes Documentation

variable NearCarrotPositionAsFractionOfSidelength

static const float NearCarrotPositionAsFractionOfSidelength = 0.06f;

variable FarCarrotPositionAsFractionOfSidelength

static const float FarCarrotPositionAsFractionOfSidelength = 0.29f;

variable DarkSubsectionAsFractionOfSidelength

static const float DarkSubsectionAsFractionOfSidelength = 0.03f;

variable CarrotHalfLengthInAsFractionOfSidelength

static const float CarrotHalfLengthInAsFractionOfSidelength = 0.08f;

variable CarrotHalfLengthOutAsFractionOfSidelength

static const float CarrotHalfLengthOutAsFractionOfSidelength = 0.06f;

variable OutwardPushOfDarkSubsectionsLightnessTolerance

static const float OutwardPushOfDarkSubsectionsLightnessTolerance = 0.08f;

variable FourthCornerCarrotsExtraAvgLightnessTolerance

static const float FourthCornerCarrotsExtraAvgLightnessTolerance = 0.12f;

variable FourthCornerCarrotsRelDistanceToLineTolerance

static const float FourthCornerCarrotsRelDistanceToLineTolerance = 0.008f;

variable OutwardsPushViaDawnXtraLightness

static const float OutwardsPushViaDawnXtraLightness = 0.1f;

variable MinNumDarkPixs

static const int MinNumDarkPixs = 3;

variable CarrotLengthAsFractionOfSidelength

static const float CarrotLengthAsFractionOfSidelength = CarrotHalfLengthOutAsFractionOfSidelength + CarrotHalfLengthInAsFractionOfSidelength;