Libraries
Cards Source Code
 previous   up   next 

Types
cardSuit
Describes the suits of a french deck.
cardRank
Describes the ranks of a french deck.

cardSuit

const type: cardSuit

Describes the suits of a french deck.


cardRank

const type: cardRank

Describes the ranks of a french deck.


Function Summary
PRIMITIVE_WINDOW
cardPixmap (in cardSuit: suit, in cardRank: rank, in integer: scale)
Create a pixmap with a card from the french deck.
PRIMITIVE_WINDOW
cardBackside (in integer: scale)
Create a pixmap with the backside of a card.

Function Detail

cardPixmap

const func PRIMITIVE_WINDOW: cardPixmap (in cardSuit: suit, in cardRank: rank, in integer: scale)

Create a pixmap with a card from the french deck.

Returns:
the created pixmap.

cardBackside

const func PRIMITIVE_WINDOW: cardBackside (in integer: scale)

Create a pixmap with the backside of a card.

Returns:
the created pixmap.


 previous   up   next