Sack Library Documentation
ContentsIndexReferenceHome
Example
PSI_CONTROL color_well = MakeColorWell( NULL, 5, 5, 25, 25, -1, BASE_COLOR_WHITE );

 

Or using the natrual forms now...

PSI_CONTROL shade_well = MakeNamedControl( frame, "Shade Well", 5, 5, 25, 150, -1 );
SetShadeMin( shade_well, BASE_COLOR_WHITE );
SetShadeMax( shade_well, BASE_COLOR_RED );
SetShadeMid( shade_well, BSAE_COLOR_LIGHTBLUE );
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.