PALETTEENTRY class base struct

The PALETTEENTRY structure specifies the color and usage of an entry in a logical palette. A logical palette is defined by a LOGPALETTE structure.

Inheritance

Constructors

PALETTEENTRY()

Properties

hashCode int
The hash code for this object.
no setterinherited
peBlue int
getter/setter pair
peFlags int
getter/setter pair
peGreen int
getter/setter pair
peRed int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited