namespace Cosmos.System.Graphics { /// /// Describes the order in which the colors are stored in each pixel of an image /// public enum ColorOrder { RGB, BGR } }