File tag/Color


class tag.Color

Inherits

State supers
tom.State, tag

variables

static public instance (id) black;
The WhiteColor black.
static public instance (id) white;
The WhiteColor white.
static public instance (id) light;
The WhiteColor light gray (2/3 white).
static public instance (id) dark;
The WhiteColor dark gray (1/3 white).

methods

redefine void
  load tom.Array arguments;
Allocate the well known colors.

instance tag.Color

methods

deferred int
  colorSpace;
Undocumented.

deferred boolean
  equalRGBColor RGBColor other;
Undocumented.

deferred boolean
  equalWhiteColor WhiteColor other;
Undocumented.


class tag.WhiteColor

Inherits

State supers
Color

methods

instance (id)
  with float white;
(For the time being,) the designated alloctator.

instance tag.WhiteColor

variables

float gray;
The gray level of this color.

methods

int
  colorSpace;
Return COLOR_SPACE_DEVICE_WHITE.

id
  init float w;
Designated initializer.

float
  whiteComponents;
Undocumented.

redefine boolean
  equal Color other;

Equality

boolean
  equalRGBColor RGBColor other;
Undocumented.

boolean
  equalWhiteColor WhiteColor other;
Undocumented.

redefine int
  hash;
Undocumented.

void
  encodeUsingCoder tom.Encoder coder;

Archiving

void
  initWithCoder tom.Decoder coder;
Undocumented.


class tag.RGBColor

Inherits

State supers
Color

methods

instance (id)
  with (float, float, float) (r, g, b);
(For the time being,) the designated alloctator.

instance tag.RGBColor

variables

public float red;
Values of the red, green and blue components.
public float green;
public float blue;

methods

int
  colorSpace;
Return COLOR_SPACE_DEVICE_RGB.

private id
  init (float, float, float) (r, g, b);
Designated initializer.

(float, float, float)
  rgbComponents;
Retrieve the RGB components.

redefine boolean
  equal Color other;

Equality

boolean
  equalRGBColor RGBColor other;
Undocumented.

boolean
  equalWhiteColor WhiteColor other;
Undocumented.

redefine int
  hash;
Undocumented.

void
  encodeUsingCoder tom.Encoder coder;

Archiving

void
  initWithCoder tom.Decoder coder;
Undocumented.


Generated by tm 1.01.