Wingraf COLB

I’m trying to control the background color of the text in my plots.
As per the Wingraf manual, section 3.14 colorcode 1000 is either black or white (how does that make sense?) and 10000 is white. But when I choose colorcode 10000, my background color is purple. How do I make it white?

Please see my example code below:

+prog aqua urs:48.1
    UNIT 6
    del#*
    del
    head material and section

    NORM 'EN' '1992-2004' COUN 0 CAT 'D' SNOW '1' UNIT 6
    CONC NO 1 C '40' FC 40 EC 35000[MPa] GAM 25[kN/m3]  MUE 0.3 TYPR    B  TITL "=C 40/50 (EN 1992) - CHR"

    SREC 1 H 100 B 100 MNO 1
end

+prog sofimshc urs:48.2
    SYST 2DSN GDIV 100000 GDIR NEGY
    CTRL MESH 2
    CTRL HMIN 0.5[m]
    CTRL DELN 0
    CTRL TOPO 0
    CTRL EDRL 1
    head geometry

    SPT NO 1 X 0 Y 0 FIX F
    SPT NO 2 X 10[m] Y 0  FIX F

    SLN NO 1 NPA 1 NPE 2 SNO 1 GRP 1
end

+prog Sofiload urs:48.3
head loads
    LC 1 TYPE 'None'
        BEAM SLN 1 TYPE PG PA 1
end

+prog wing urs:48.4
SIZE -URS 350 SPLI 3x1
CTRL OPT WARN 95
SCHH H5 0.01 H6 0.3
SCH2 BMAX 0 DIRE CRO
COLB C13 10000 C14 10000

head Loads
    GRP 1
    LC 1
    LOAD TYPE ALL

end

bump.

Hello,

I am not sure why the background colour of the text is purple and not white.
But you can try the number 0000 this should delete the background colour -> white background.

Best regards
Frederik Höller
Your SOFiSTiK Support Team

Unfortunately, no background color is not the same as white background. I need the white background as the text is often indistinguishable from the diagram behind it.

bump.

Hello,

Have you tried the command yet? I have tested it and it worked as described.
For a white background you could also use the item F14 133.

For the next time I suggest to test the desired function directly within Graphic. If you save the .gra file and open it with the TEDDY, you can reconstruct the created code.

Best regards
Frederik Höller
Your SOFiSTiK Support Team