Eiffel Media API
Overview Cluster Class Classes Index      Previous Next      Top Features

em.video

Class EM_SHARED_COLORS



Features

Invariants

indexing

description

Predefined often used colors, for convenience.

date

$Date: 2005/10/23 10:40:29 $

revision

$Revision: 1.3 $

class

EM_SHARED_COLORS

feature -- Access

black: EM_COLOR

-- Black color

blue: EM_COLOR

-- Blue color

green: EM_COLOR

-- Green color

red: EM_COLOR

-- Red color

white: EM_COLOR

-- White color

yellow: EM_COLOR

-- Yellow color

invariant

-- From ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)

end