DemoteColor
(Color)
|
Finds and Removes a given Color from the Queue, and places it at the end of the Queue |
DemoteColor
(Int32)
|
Finds and Removes a given ColorARGB from the Queue, and places it at the end of the Queue |
GetNextColor
|
Returns Color at Top of Queue and removes it from the Queue |
HexForARGB
(Color)
|
Converts a System.Drawing.Color value to a Hex String (Only Hex Digits; no Prefix) |
HexForARGB
(Int32)
|
Converts an Integer Color ARGB value to a Hex String (Only Hex Digits; no Prefix) |
HexForARGB
(String)
|
Returns a Hex String (Only Hex Digits; no Prefix) corresponding to a given KNOWN COLOR NAME |
KnownColorSubList
|
Returns Array of ARGBs for KnownColors Beginning at Start and Ending at Last |
ListColorQueue
|
Outputs a List of the Colors on the Color Queue |
ListKnownColors
|
Passes Arrays of information about the Colors in the KnownColor Enum; returns a listing of their Names, ARGBs, and Enum Values |
RecycleColor
(Int32)
|
(Overloaded) Takes a ColorARGB and places it at the end of the Queue |
RecycleColor
(Color)
|
(Overloaded) Takes a ColorARGB and places it at the end of the Queue |
RecycleColor
(DotColor)
|
(Overloaded) Takes a ColorARGB and places it at the end of the Queue |
SetColorQueue
|
Sets the ColorQueue based on an Array of Integers representing ARGB Color Values; returns a reference to that Queue |