Name

ColorMode

Synopsis

This enumeration is used to specify whether color components are 32-bit or 64-bit values. It is not used in the public interface of the framework.


public enum ColorMode {

   Argb32Mode = 0,

   Argb64Mode = 1

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) ColorMode

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.