Vixen
02b45cc4
csharp
public readonly record struct ColorUsage

How a colour member is edited.

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

Fields and properties (2)

  • public bool Hdr

    Whether values above one are meaningful.

  • public bool ShowAlpha

    Whether the alpha channel is shown.

Methods (1)

  • public ColorUsage(bool Hdr, bool ShowAlpha)

    How a colour member is edited.

Used by (4)

  • Color3DrawerVixen.Editor.Inspector
  • ColorDrawerVixen.Editor.Inspector
  • DescriptorTestsVixen.Editor.Inspector.Tests
  • InspectorMemberVixen.Editor.Inspector