namespace RPiRgbLEDMatrix; /// /// Type of multiplexing. /// public enum Multiplexing : int { Direct = 0, Stripe = 1, Checker = 2 }