.TH wxColourData 3erl "wx 1.8" "" "Erlang Module Definition" .SH NAME wxColourData \- See external documentation: wxColourData. .SH DESCRIPTION .LP See external documentation: wxColourData\&. .SH "DATA TYPES" .RS 2 .TP 2 .B wxColourData(): .RS 2 .LP An object reference, The representation is internal and can be changed without notice\&. It can\&'t be used for comparsion stored on disc or distributed for use on other nodes\&. .RE .RE .SH EXPORTS .LP .B new() -> \fBwxColourData()\fR\& .br .RS .LP See external documentation\&. .RE .LP .B new(Data) -> \fBwxColourData()\fR\& .br .RS .LP Types: .RS 3 Data = \fBwxColourData()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getChooseFull(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxColourData()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getColour(This) -> \fBwx:wx_colour4()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxColourData()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getCustomColour(This, I) -> \fBwx:wx_colour4()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxColourData()\fR\& .br I = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setChooseFull(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = \fBwxColourData()\fR\& .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setColour(This, Colour) -> ok .br .RS .LP Types: .RS 3 This = \fBwxColourData()\fR\& .br Colour = \fBwx:wx_colour()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setCustomColour(This, I, Colour) -> ok .br .RS .LP Types: .RS 3 This = \fBwxColourData()\fR\& .br I = integer() .br Colour = \fBwx:wx_colour()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::\fBwxColourData()\fR\&) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>