Java com.itextpdf.kernel.colors DeviceRgb fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.kernel.colors DeviceRgb fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.kernel.colors DeviceRgb.

The text is from its open source code.

Field

ColorRED
Predefined red DeviceRgb color

Constructor

DeviceRgb(int r, int g, int b)
Creates DeviceRgb color by intensities of red, green and blue colorants.
DeviceRgb(float r, float g, float b)
Creates DeviceRgb color by intensities of red, green and blue colorants.