ColorHelper Class

Helper methods for colors.

Definition

Namespace: PCB_Investigator.PCBIStyleLibrary
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static class ColorHelper
Inheritance
Object    ColorHelper

Methods

AdjustColor Adjust the hue, saturation and/or value of a given color.
ColorFromHSV Convert HSV values to a color.
ColorToHSV Convert a color to HSV values.
GetRandomColors Get a list of random colors.

See Also