FontColor

Overview

FontColor is a class in Aspose.PDF FOSS for .NET.

Represents a font color using RGB components.

This class provides 2 methods for working with FontColor objects in .NET programs. Available methods include: FontColor. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Blue, Green, Red.

Properties

NameTypeAccessDescription
RedintRead/WriteRed component (0-255).
GreenintRead/WriteGreen component (0-255).
BlueintRead/WriteBlue component (0-255).

Methods

SignatureDescription
FontColor()Default-constructed black colour.
FontColor(r: int, g: int, b: int)Create a new FontColor from RGB components.

See Also