LisaacTM Platform

AI_COLOR


Color of .AI document.
Inherit/Insert Summary
parent_object No developed.
 
Slot Summary
rgbcolor_fill
rgbcolor_stroke
 
GRAY
make_gray_stroke
make_gray_fill
 
CMYK
make_cmyk_stroke
make_cmyk_fill
 
CMYK + GRAY
make_cmykg_stroke
make_cmykg_fill
 

Inherit/Insert Detail

parent_object

.../extra/graphics/format/ai/ai_color.li line #14

Section:
Inherit

Profile:
- SelfSELFparent_object : OBJECT

Detail slot

rgbcolor_fill

.../extra/graphics/format/ai/ai_color.li line #35

Section:
Public

Profile:
+ SelfSELFrgbcolor_fill : UINTEGER_32

rgbcolor_stroke

.../extra/graphics/format/ai/ai_color.li line #36

Section:
Public

Profile:
+ SelfSELFrgbcolor_stroke : UINTEGER_32

GRAY

make_gray_stroke

.../extra/graphics/format/ai/ai_color.li line #42

Section:
Public

Profile:
- SelfSELFmake_gray_stroke   g : REAL_16_16

make_gray_fill

.../extra/graphics/format/ai/ai_color.li line #47

Section:
Public

Profile:
- SelfSELFmake_gray_fill   g : REAL_16_16

CMYK

make_cmyk_stroke

.../extra/graphics/format/ai/ai_color.li line #56

Section:
Public

Profile:
- SelfSELFmake_cmyk_stroke  ( c : REAL_16_16, m : REAL_16_16, y : REAL_16_16, k : REAL_16_16)

make_cmyk_fill

.../extra/graphics/format/ai/ai_color.li line #61

Section:
Public

Profile:
- SelfSELFmake_cmyk_fill  ( c : REAL_16_16, m : REAL_16_16, y : REAL_16_16, k : REAL_16_16)

CMYK + GRAY

make_cmykg_stroke

.../extra/graphics/format/ai/ai_color.li line #70

Section:
Public

Profile:
- SelfSELFmake_cmykg_stroke  ( c : REAL_16_16, m : REAL_16_16, y : REAL_16_16, k : REAL_16_16, g : REAL_16_16)

make_cmykg_fill

.../extra/graphics/format/ai/ai_color.li line #75

Section:
Public

Profile:
- SelfSELFmake_cmykg_fill  ( c : REAL_16_16, m : REAL_16_16, y : REAL_16_16, k : REAL_16_16, g : REAL_16_16)