ComponentOne 3D Chart for WinForms
3D Chart Elements / 3D Chart Colors / Specifying RGB Colors
In This Topic
    Specifying RGB Colors
    In This Topic

    Alternately, a color can be specified by its RGB components, useful for matching another RGB color. RGB color values combine hexadecimal values for the red, green, and blue components of a color. "00" is the smallest value a component can have; "ff" is the largest value. For example, "#ff00ff" specifies magenta (the maximum value of red and blue combined with no green).

    See Also