Namespace TallComponents.PDF.Colors
Class RgbColor
RGB color.
A color specified with 3 components: Red, Green and Blue.
Syntax
public class RgbColor : DeviceColor
Constructors
RgbColor(Double,Double,Double)
Create a new RgbColor from it's color components.
RgbColor(Color)
Create a new RgbColor from a System.Windows.Media.Color.
Properties
Double B
Blue color component [0-255]
RgbColor Black
RGB Black
RgbColor Blue
RGB Blue
Double G
Green color component [0-255]
RgbColor Gray
RGB Gray
RgbColor Green
RGB Green
String Name
The name of the RGB color.
RgbColor Orange
RGB Orange
String ParsableName
Get the name of the color as it can be parsed again.
RgbColor Purple
RGB Purple
Double R
Red color component [0-255]
RgbColor Red
RGB Red
DeviceColor Transparent
RGBA Transparent
RgbColor White
RGB White
RgbColor Yellow
RGB Yellow