Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.pdf.kit
Class FontColor

java.lang.Object
  extended bycom.aspose.pdf.kit.FontColor

public class FontColor
extends java.lang.Object

Represents a class of FontColor.


Constructor Summary
FontColor(int r, int g, int b)
          Creates a FontColor object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontColor

public FontColor(int r,
                 int g,
                 int b)
Creates a FontColor object.

Parameters:
r - int Red component value.
g - int Green component value.
b - int Blue component value.