Vixen
02b45cc4
csharp
public enum EdgeChannels

Which of the three channels an edge contributes its distance to.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

A channel mask rather than a colour: an edge normally carries two of the three, and only at a corner do the two sides differ in which two.

Fields and properties (5)

  • None

    Carried by nothing.

  • Red

    The red channel.

  • Green

    The green channel.

  • Blue

    The blue channel.

  • White

    All three, which makes the field an ordinary one at that edge.

Used by (3)

  • ColouredEdgeVixen.Ui.Text
  • DistanceFieldVixen.Ui.Text
  • EdgeColoringVixen.Ui.Text