pntr
Image manipulation library
Colors

Macros

#define PNTR_LIGHTGRAY   pntr_new_color(200, 200, 200, 255)
 
#define PNTR_GRAY   pntr_new_color(130, 130, 130, 255)
 
#define PNTR_DARKGRAY   pntr_new_color(80, 80, 80, 255)
 
#define PNTR_YELLOW   pntr_new_color(253, 249, 0, 255)
 
#define PNTR_GOLD   pntr_new_color(255, 203, 0, 255)
 
#define PNTR_ORANGE   pntr_new_color(255, 161, 0, 255)
 
#define PNTR_PINK   pntr_new_color(255, 109, 194, 255)
 
#define PNTR_RED   pntr_new_color(230, 41, 55, 255)
 
#define PNTR_MAROON   pntr_new_color(190, 33, 55, 255)
 
#define PNTR_GREEN   pntr_new_color(0, 228, 48, 255)
 
#define PNTR_LIME   pntr_new_color(0, 158, 47, 255)
 
#define PNTR_DARKGREEN   pntr_new_color(0, 117, 44, 255)
 
#define PNTR_SKYBLUE   pntr_new_color(102, 191, 255, 255)
 
#define PNTR_BLUE   pntr_new_color(0, 121, 241, 255)
 
#define PNTR_DARKBLUE   pntr_new_color(0, 82, 172, 255)
 
#define PNTR_PURPLE   pntr_new_color(200, 122, 255, 255)
 
#define PNTR_VIOLET   pntr_new_color(135, 60, 190, 255)
 
#define PNTR_DARKPURPLE   pntr_new_color(112, 31, 126, 255)
 
#define PNTR_BEIGE   pntr_new_color(211, 176, 131, 255)
 
#define PNTR_BROWN   pntr_new_color(127, 106, 79, 255)
 
#define PNTR_DARKBROWN   pntr_new_color(76, 63, 47, 255)
 
#define PNTR_WHITE   pntr_new_color(255, 255, 255, 255)
 
#define PNTR_WHITE_VALUE   4294967295
 
#define PNTR_BLACK   pntr_new_color(0, 0, 0, 255)
 
#define PNTR_BLANK   pntr_new_color(0, 0, 0, 0)
 
#define PNTR_MAGENTA   pntr_new_color(255, 0, 255, 255)
 
#define PNTR_RAYWHITE   pntr_new_color(245, 245, 245, 255)
 

Detailed Description

Macro Definition Documentation

◆ PNTR_BEIGE

#define PNTR_BEIGE   pntr_new_color(211, 176, 131, 255)

Beige.

◆ PNTR_BLACK

#define PNTR_BLACK   pntr_new_color(0, 0, 0, 255)

Black.

◆ PNTR_BLANK

#define PNTR_BLANK   pntr_new_color(0, 0, 0, 0)

Blank, or transparent.

◆ PNTR_BLUE

#define PNTR_BLUE   pntr_new_color(0, 121, 241, 255)

Blue.

◆ PNTR_BROWN

#define PNTR_BROWN   pntr_new_color(127, 106, 79, 255)

Brown.

◆ PNTR_DARKBLUE

#define PNTR_DARKBLUE   pntr_new_color(0, 82, 172, 255)

Dark blue.

◆ PNTR_DARKBROWN

#define PNTR_DARKBROWN   pntr_new_color(76, 63, 47, 255)

Dark brown.

◆ PNTR_DARKGRAY

#define PNTR_DARKGRAY   pntr_new_color(80, 80, 80, 255)

Dark gray.

◆ PNTR_DARKGREEN

#define PNTR_DARKGREEN   pntr_new_color(0, 117, 44, 255)

Dark green.

◆ PNTR_DARKPURPLE

#define PNTR_DARKPURPLE   pntr_new_color(112, 31, 126, 255)

Dark purple.

◆ PNTR_GOLD

#define PNTR_GOLD   pntr_new_color(255, 203, 0, 255)

Gold.

◆ PNTR_GRAY

#define PNTR_GRAY   pntr_new_color(130, 130, 130, 255)

Gray.

◆ PNTR_GREEN

#define PNTR_GREEN   pntr_new_color(0, 228, 48, 255)

Green.

◆ PNTR_LIGHTGRAY

#define PNTR_LIGHTGRAY   pntr_new_color(200, 200, 200, 255)

Light gray.

◆ PNTR_LIME

#define PNTR_LIME   pntr_new_color(0, 158, 47, 255)

Lime.

◆ PNTR_MAGENTA

#define PNTR_MAGENTA   pntr_new_color(255, 0, 255, 255)

Magenta.

◆ PNTR_MAROON

#define PNTR_MAROON   pntr_new_color(190, 33, 55, 255)

Maroon.

◆ PNTR_ORANGE

#define PNTR_ORANGE   pntr_new_color(255, 161, 0, 255)

Orange.

◆ PNTR_PINK

#define PNTR_PINK   pntr_new_color(255, 109, 194, 255)

Pink.

◆ PNTR_PURPLE

#define PNTR_PURPLE   pntr_new_color(200, 122, 255, 255)

Purple.

◆ PNTR_RAYWHITE

#define PNTR_RAYWHITE   pntr_new_color(245, 245, 245, 255)

The white used in raylib.

◆ PNTR_RED

#define PNTR_RED   pntr_new_color(230, 41, 55, 255)

Red.

◆ PNTR_SKYBLUE

#define PNTR_SKYBLUE   pntr_new_color(102, 191, 255, 255)

Sky blue.

◆ PNTR_VIOLET

#define PNTR_VIOLET   pntr_new_color(135, 60, 190, 255)

Violet.

◆ PNTR_WHITE

#define PNTR_WHITE   pntr_new_color(255, 255, 255, 255)

White.

◆ PNTR_WHITE_VALUE

#define PNTR_WHITE_VALUE   4294967295

The integer representation of PNTR_WHITE.

Note
This is the same as PNTR_WHITE.value .

◆ PNTR_YELLOW

#define PNTR_YELLOW   pntr_new_color(253, 249, 0, 255)

Yellow.