class CMYKColor

More...

Definition#include <scribus/cmykcolor.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Private Members


Detailed Description

 CMYKColor (int c=0, int m=0, int y=0, int k=0)

CMYKColor

Constructs a CMYKColor with 4 Components in the range from 0 - 255

 ~CMYKColor ()

~CMYKColor

void  setColor (int c, int m, int y, int k)

setColor

void  setColorRGB (int r, int g, int b)

setColorRGB

Computes a CMYKColor from an RGB-Color Applies Gray-Component-Removal to the resulting CMYKColor

void  fromQColor (QColor f)

fromQColor

QColor  getRGBColor ()

getRGBColor

void  getRawRGBColor (int *r, int *g, int *b)

getRawRGBColor

void  getCMYK (int *c, int *m, int *y, int *k)

getCMYK

void  applyGCR ()

applyGCR

QString  name ()

name

void  setNamedColor (QString nam)

setNamedColor

void  RecalcRGB ()

RecalcRGB

int C

C

[private]

int M

M

[private]

int Y

Y

[private]

int K

K

[private]

QColor RGB

RGB

[private]

bool Spot

Spot

[private]